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
dd45d091
authored
2024-05-14 15:13:46 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
青海2.0版本
1 parent
914363f2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
src/views/ywbl/ybx/ybxdata.js
src/views/ywbl/ybx/ybxdata.js
View file @
dd45d09
...
...
@@ -32,23 +32,23 @@ class data extends filter {
label
:
"业务来源"
,
width
:
'100'
,
},
{
label
:
"流程状态"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
if
(
scope
.
row
.
cfgqzt
==
'1'
)
{
return
<
div
class
=
'suspend'
>
查封挂起
<
/div
>
}
if
(
scope
.
row
.
yygqzt
==
'1'
)
{
return
<
div
class
=
'suspend'
>
异议挂起
<
/div
>
}
if
(
scope
.
row
.
jssj
==
null
)
{
return
<
div
class
=
'allow'
>
进行中
<
/div
>
}
else
{
return
<
div
class
=
'prohibit'
>
已结束
<
/div
>
}
}
},
// { 青海2.0提出 (受理完成的业务,在已办箱中,流程状态显示“进行中”,与数据实际状态不符,已容易误导别人,因改为“完结”。) 因此取消
//
label: "流程状态",
//
width: '80',
//
render: (h, scope) => {
//
if (scope.row.cfgqzt == '1') {
//
return <div class='suspend'>查封挂起</div>
//
}
//
if (scope.row.yygqzt == '1') {
//
return <div class='suspend'>异议挂起</div>
//
}
//
if (scope.row.jssj == null) {
//
return <div class='allow'>进行中</div>
//
}else{
//
return <div class='prohibit'>已结束</div>
//
}
//
}
//
},
{
label
:
"业务号"
,
width
:
'110'
,
...
...
Please
register
or
sign in
to post a comment