This commit is contained in:
2022-12-10 17:22:38 +08:00
parent 9be4fb02c4
commit 932dbc7f38
3 changed files with 5 additions and 3 deletions

View File

@@ -221,7 +221,7 @@
>
<el-table-column type="selection" width="55" />
<el-table-column type="index" label="序号" width="50" align="center" />
<el-table-column show-overflow-tooltip prop="bill_code" width="130" label="订单编码" />
<el-table-column show-overflow-tooltip prop="bill_code" width="130" label="单据号" />
<el-table-column show-overflow-tooltip :formatter="stateFormat" width="100" prop="bill_status" label="单据状态" />
<el-table-column prop="stor_name" label="仓库" width="100" />
<el-table-column prop="io_type" label="出入库类型" :formatter="ioFormat" min-width="100" show-overflow-tooltip />