Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0b904444
authored
2024-01-18 13:22:43 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:抵押面积
1 parent
b684b3be
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/components/djbDetail.vue
View file @
0b90444
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-18 1
1:23:08
* @LastEditTime: 2024-01-18 1
3:22:31
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -167,6 +167,9 @@
title
=
title
+
'元'
}
return
title
}
else
if
(
prop
==
'dymj'
&&
row
.
mjdw
)
{
let
arr
=
store
.
getters
.
dictData
[
'A7'
].
filter
(
item
=>
item
.
dcode
===
row
.
mjdw
);
return
strategy
(
label
)
+
arr
[
0
].
dname
}
else
{
return
strategy
(
label
);
}
...
...
Please
register
or
sign in
to post a comment