update configs

This commit is contained in:
lb
2023-03-17 13:50:11 +08:00
parent d412057a38
commit 00acee7453
14 changed files with 42 additions and 42 deletions

View File

@@ -8,8 +8,8 @@ export default function () {
{ type: "index", label: "序号" },
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },
{ prop: "kilnCode", label: "窑炉" },
{ prop: "orderCode", label: "主订单号" },
{ prop: "orderCate", label: "主订单子号" },
{ width: 160, prop: "orderCode", label: "主订单号" },
{ width: 160, prop: "orderCate", label: "主订单子号" },
{ width: 160, prop: "code", label: "烧成订单号" },
{ prop: "statusDictValue", label: "订单状态", filter: (val) => (val !== null && val !== undefined ? ["等待", "确认", "生产", "暂停", "结束", "接受", "拒绝"][val] : "-"), },
{ prop: "startTime", label: "开始时间" },