Commit 94451d11 authored by 仇晓婷's avatar 仇晓婷

工艺设置优化

parent eec5c179
......@@ -117,7 +117,14 @@ export default {
title: this.l("isEffect"),
align: "center",
width: 80,
code: "Process.Status",
render: (h, params) => {
return h("state", {
attrs: {
value: params.row.isEffect,
code: "Process.Status",
},
});
},
},
],
};
......
......@@ -163,7 +163,14 @@ export default {
title: this.l("isEffect"),
align: "center",
width: 80,
code: "Process.Status",
render: (h, params) => {
return h("state", {
attrs: {
value: params.row.isEffect,
code: "Process.Status",
},
});
},
},
],
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment