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
6bb38d78
authored
2024-01-30 16:50:51 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
df59d6ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/components/djbDetail.vue
View file @
6bb38d7
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-
26 16:13:1
2
* @LastEditTime: 2024-01-
30 16:47:0
2
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -159,17 +159,21 @@
default
:
(
label
)
=>
label
};
const
strategy
=
strategies
[
prop
]
||
strategies
.
default
;
if
(
prop
==
'bdbzzqse'
)
{
let
title
=
strategy
(
label
)
if
(
row
.
jedw
==
2
)
{
if
(
[
'zgzqse'
,
'bdbzzqse'
].
includes
(
prop
)
)
{
let
title
=
strategy
(
label
)
?
strategy
(
label
)
:
''
if
(
strategy
(
label
)
&&
row
.
jedw
==
2
)
{
title
=
title
+
'万元'
}
else
if
(
row
.
jedw
==
1
)
{
}
else
if
(
strategy
(
label
)
&&
row
.
jedw
==
1
)
{
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
if
(
strategy
(
label
))
{
return
strategy
(
label
)
+
arr
[
0
].
dname
}
else
{
return
strategy
(
label
)
}
}
else
{
return
strategy
(
label
);
}
...
...
Please
register
or
sign in
to post a comment