update testingStep dialgowithmenu

This commit is contained in:
lb
2023-07-25 16:33:59 +08:00
parent 0c384fcf10
commit 96344ed345
12 changed files with 1572 additions and 86 deletions

View File

@@ -19,7 +19,7 @@ export default function () {
// {
// prop: "statusDictValue",
// label: "订单状态",
// filter: (val) => (val !== null && val !== undefined ? ["等待", "确认", "生产", "暂停", "结束", "接受", "拒绝"][val] : "-"),
// filter: (val) => (val !== null && val !== undefined ? ["等待", "确认", "生产", "暂停", "结束", "接受", "拒绝", "已下发"][val] : "-"),
// },
// { width: 120, prop: "startTime", label: "开始时间" },
{ width: 120, prop: "shapeCode", label: "砖型" },