页面展示优化
This commit is contained in:
parent
836d175705
commit
3a57022d7b
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user