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
88d65747
authored
2024-01-18 11:24:43 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄
1 parent
6f3e3b30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/components/djbDetail.vue
View file @
88d6574
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-18 11:2
1:59
* @LastEditTime: 2024-01-18 11:2
3:08
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -160,12 +160,11 @@
};
const
strategy
=
strategies
[
prop
]
||
strategies
.
default
;
if
(
prop
==
'bdbzzqse'
)
{
console
.
log
(
row
);
let
title
=
''
let
title
=
strategy
(
label
)
if
(
row
.
jedw
==
2
)
{
title
=
strategy
(
label
)
+
'万元'
title
=
title
+
'万元'
}
else
if
(
row
.
jedw
==
1
)
{
title
=
strategy
(
label
)
+
'元'
title
=
title
+
'元'
}
return
title
}
else
{
...
...
Please
register
or
sign in
to post a comment