Commit 434376ab by jiawei.su
parents f3844ac2 36edd467
...@@ -176,11 +176,11 @@ export default { ...@@ -176,11 +176,11 @@ export default {
let str = ""; let str = "";
str = str =
params.row.status == 1 params.row.status == 1
? "待上料" ? "待执行"
: params.row.status == 2 : params.row.status == 2
? "生产中" ? "执行中"
: params.row.status == 3 : params.row.status == 3
? "待下料" ? "执行完成"
: ""; : "";
return h("div", str); return h("div", str);
}, },
......
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