Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao a50511be45 Merge remote-tracking branch 'origin/material-ui' into material-ui 2025-10-10 21:41:59 +08:00
liang.chao 132fa3cbc6 修改状态 2025-10-10 21:41:54 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@
<el-table-column label="班组长" align="center" prop="leasePerson" :show-overflow-tooltip="true" />
<el-table-column label="出库人" align="center" prop="outPerson" :show-overflow-tooltip="true" />
<el-table-column label="领料单号" align="center" prop="code" :show-overflow-tooltip="true" width="180"/>
<el-table-column label="领料方式" align="center" prop="leaseStyle" :show-overflow-tooltip="true" width="180"/>
</el-table>
<pagination
v-show="total > 0"