update configs
This commit is contained in:
@@ -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: "开始时间" },
|
||||
|
||||
Reference in New Issue
Block a user