00170c08 by jiaozeping@pashanhoo.com

完结

1 parent 8b35cf7e
...@@ -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) => {
......