青海2.0版本
Showing
1 changed file
with
17 additions
and
17 deletions
... | @@ -32,23 +32,23 @@ class data extends filter { | ... | @@ -32,23 +32,23 @@ class data extends filter { |
32 | label: "业务来源", | 32 | label: "业务来源", |
33 | width: '100', | 33 | width: '100', |
34 | }, | 34 | }, |
35 | { | 35 | // { 青海2.0提出 (受理完成的业务,在已办箱中,流程状态显示“进行中”,与数据实际状态不符,已容易误导别人,因改为“完结”。) 因此取消 |
36 | label: "流程状态", | 36 | // label: "流程状态", |
37 | width: '80', | 37 | // width: '80', |
38 | render: (h, scope) => { | 38 | // render: (h, scope) => { |
39 | if (scope.row.cfgqzt == '1') { | 39 | // if (scope.row.cfgqzt == '1') { |
40 | return <div class='suspend'>查封挂起</div> | 40 | // return <div class='suspend'>查封挂起</div> |
41 | } | 41 | // } |
42 | if (scope.row.yygqzt == '1') { | 42 | // if (scope.row.yygqzt == '1') { |
43 | return <div class='suspend'>异议挂起</div> | 43 | // return <div class='suspend'>异议挂起</div> |
44 | } | 44 | // } |
45 | if (scope.row.jssj == null) { | 45 | // if (scope.row.jssj == null) { |
46 | return <div class='allow'>进行中</div> | 46 | // return <div class='allow'>进行中</div> |
47 | }else{ | 47 | // }else{ |
48 | return <div class='prohibit'>已结束</div> | 48 | // return <div class='prohibit'>已结束</div> |
49 | } | 49 | // } |
50 | } | 50 | // } |
51 | }, | 51 | // }, |
52 | { | 52 | { |
53 | label: "业务号", | 53 | label: "业务号", |
54 | width: '110', | 54 | width: '110', | ... | ... |
-
Please register or sign in to post a comment