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,12 +8,12 @@ export default function () {
{ type: "index", label: "序号" },
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },
// { prop: "kilnCode", label: "窑炉" },
{ prop: "orderCode", label: "主订单号" },
{ width: 120, prop: "orderCate", label: "主订单子号" },
{ width: 160, prop: "orderCode", label: "主订单号" },
{ width: 100, prop: "orderCate", label: "主订单子号" },
{ width: 160, prop: "code", label: "压制订单号" },
{ prop: "statusDictValue", label: "订单状态", filter: (val) => (val !== null && val !== undefined ? ["等待", "确认", "生产", "暂停", "结束", "接受", "拒绝"][val] : "-"), },
{ prop: "startTime", label: "开始时间" },
{ prop: "shapeCode", label: "砖型" },
{ width: 100, prop: "shapeCode", label: "砖型" },
{ prop: "pressCode", label: "压机" },
{ width: 120, prop: "qty", label: "要求生产数量" },
{ prop: "qtyComplete", label: "完成数量" },
@@ -28,9 +28,9 @@ export default function () {
prop: "operations",
name: "操作",
fixed: "right",
width: 160,
width: 80,
subcomponent: TableOperaionComponent,
options: [{ name: 'detach', label: '下发' }] // , url: '/pms/trans/pressDeli' }]
options: [{ name: 'detach', label: '下发', icon: 'bottom-right' }] // , url: '/pms/trans/pressDeli' }]
// options: ["copy", { name: "edit", label: "编辑", icon: "edit-outline" }, { name: "delete", icon: "delete", label: "删除", emitFull: true, permission: "pms:blenderStep:delete" }],
},
];