00170c08 by jiaozeping@pashanhoo.com

完结

1 parent 8b35cf7e
......@@ -50,6 +50,14 @@ class data extends filter {
// }
// },
{
label: "流程状态",
width: '80',
render: (h, scope) => {
return <div >完结</div>
}
},
{
label: "业务号",
width: '110',
render: (h, scope) => {
......