Compare commits
2 Commits
81e668ae9a
...
a50511be45
| Author | SHA1 | Date |
|---|---|---|
|
|
a50511be45 | |
|
|
132fa3cbc6 |
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue