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
8455bbad
authored
2024-01-18 15:02:00 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
56cc9358
8eebb845
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/zhcx/jdcx/jdcxdata.js
src/views/zhcx/jdcx/jdcxdata.js
View file @
8455bba
...
...
@@ -31,6 +31,12 @@ class data extends filter {
label
:
"流程状态"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
if
(
scope
.
row
.
ajzt
==
'4'
)
{
return
<
div
class
=
'prohibit'
>
不予登记
<
/div
>
}
if
(
scope
.
row
.
ajzt
==
'5'
)
{
return
<
div
class
=
'prohibit'
>
用户撤回
<
/div
>
}
if
(
scope
.
row
.
cfgqzt
==
'1'
)
{
return
<
div
class
=
'suspend'
>
查封挂起
<
/div
>
}
...
...
Please
register
or
sign in
to post a comment