页面展示优化

This commit is contained in:
zhanghan11 2024-06-18 16:15:03 +08:00
parent 836d175705
commit 3a57022d7b
2 changed files with 4 additions and 0 deletions

View File

@ -500,6 +500,7 @@
<el-table-column
label="出库数量"
prop="outboundQuantity"
align="center"
width="150"
>
<template slot-scope="scope">
@ -515,6 +516,7 @@
</template>
</el-table-column>
<el-table-column
v-if="form.status < 2"
label="库存数量"
align="center"
prop="stockQuantity"

View File

@ -408,6 +408,7 @@
<el-table-column
label="出库数量"
prop="outboundQuantity"
align="center"
width="150"
>
<template slot-scope="scope">
@ -415,6 +416,7 @@
</template>
</el-table-column>
<el-table-column
v-if="form.status < 2"
label="库存数量"
align="center"
prop="stockQuantity"