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
44844976
authored
2023-11-01 14:25:56 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄字典转换功能 字段的完善
1 parent
7f993893
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/views/registerBook/fdcq1.vue
src/views/registerBook/fdcq1.vue
View file @
4484497
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-1
0-30 10:59:40
* @LastEditTime: 2023-1
1-01 14:24:12
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -101,7 +101,7 @@
<div
v-for=
"(label, index) in row.djQlxxFdcqxmDoList"
:key=
"index"
>
{{
label
[
item
.
prop
]
}}
{{
getLable
(
item
.
prop
,
label
[
item
.
prop
])
}}
</div>
</div>
</td>
...
...
@@ -169,6 +169,10 @@
let
arr
=
store
.
getters
.
dictData
[
'A36'
].
filter
(
item
=>
item
.
dcode
===
label
);
return
arr
.
length
>
0
?
arr
[
0
].
dname
:
label
;
},
fwjg
:
(
label
)
=>
{
let
arr
=
store
.
getters
.
dictData
[
'A46'
].
filter
(
item
=>
item
.
dcode
===
label
);
return
arr
.
length
>
0
?
arr
[
0
].
dname
:
label
;
},
default
:
(
label
)
=>
label
};
...
...
Please
register
or
sign in
to post a comment