完结
Showing
1 changed file
with
8 additions
and
0 deletions
| ... | @@ -50,6 +50,14 @@ class data extends filter { | ... | @@ -50,6 +50,14 @@ class data extends filter { |
| 50 | // } | 50 | // } |
| 51 | // }, | 51 | // }, |
| 52 | { | 52 | { |
| 53 | label: "流程状态", | ||
| 54 | width: '80', | ||
| 55 | render: (h, scope) => { | ||
| 56 | return <div >完结</div> | ||
| 57 | } | ||
| 58 | }, | ||
| 59 | |||
| 60 | { | ||
| 53 | label: "业务号", | 61 | label: "业务号", |
| 54 | width: '110', | 62 | width: '110', |
| 55 | render: (h, scope) => { | 63 | render: (h, scope) => { | ... | ... |
-
Please register or sign in to post a comment