This commit is contained in:
shilixia 2022-03-11 13:19:03 +08:00
parent b787f1cb8a
commit caacd460dc
2 changed files with 8 additions and 3 deletions

View File

@ -393,8 +393,8 @@
], ],
state_: { state_: {
10: "合格", 10: "合格",
40: "禁用", 40: "禁用",
50: "报废",
}, },
options: [ options: [
{ {
@ -404,6 +404,11 @@
{ {
value: 40, value: 40,
label: "禁用", label: "禁用",
}
,
{
value: 50,
label: "报废",
}, },
], ],
listQuery: { listQuery: {

View File

@ -76,7 +76,7 @@
<el-table-column label="装箱单号" show-overflow-tooltip> <el-table-column label="装箱单号" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.packnum }}</template> <template slot-scope="scope">{{ scope.row.packnum }}</template>
</el-table-column> </el-table-column>
<el-table-column label="未装箱说明" show-overflow-tooltip> <el-table-column label="备注" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.remark }}</template> <template slot-scope="scope">{{ scope.row.remark }}</template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="操作" width="220px"> <el-table-column align="center" label="操作" width="220px">