Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -31,6 +31,12 @@ class data extends filter { | ... | @@ -31,6 +31,12 @@ class data extends filter { |
31 | label: "流程状态", | 31 | label: "流程状态", |
32 | width: '80', | 32 | width: '80', |
33 | render: (h, scope) => { | 33 | render: (h, scope) => { |
34 | if (scope.row.ajzt == '4') { | ||
35 | return <div class='prohibit'>不予登记</div> | ||
36 | } | ||
37 | if (scope.row.ajzt == '5') { | ||
38 | return <div class='prohibit'>用户撤回</div> | ||
39 | } | ||
34 | if (scope.row.cfgqzt == '1') { | 40 | if (scope.row.cfgqzt == '1') { |
35 | return <div class='suspend'>查封挂起</div> | 41 | return <div class='suspend'>查封挂起</div> |
36 | } | 42 | } | ... | ... |
-
Please register or sign in to post a comment