Commit 8299301a authored by 仇晓婷's avatar 仇晓婷

整机排产

parent 15a0c384
...@@ -167,7 +167,15 @@ export default { ...@@ -167,7 +167,15 @@ export default {
}, },
{ {
title: "版本", title: "版本",
key: "version", key: "versionid",
render: (h, params) => {
return h("state", {
attrs: {
value: params.row.versionid,
code: "Process.Routing.version",
},
});
},
}, },
], ],
}; };
......
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