Commit c7ea90da authored by 张海景's avatar 张海景

update:修改指令的参数字段

parent 46a9011d
...@@ -337,15 +337,19 @@ ...@@ -337,15 +337,19 @@
<el-table-column <el-table-column
label="包装单位" label="包装单位"
align="center" align="center"
prop="packUnitOfMeasure" prop="packUnit"
width="120" width="120"
/> />
<el-table-column <el-table-column
label="LOSS数是否单独包装" label="LOSS数是否单独包装"
align="center" align="center"
prop="lossIndividuallyWrap" prop="lossPack"
width="150" width="150"
/> >
<template slot-scope="scope">
{{ scope.row.lossPack === 'Y'? '是': '否' }}
</template>
</el-table-column>
<el-table-column <el-table-column
label="数量" label="数量"
align="center" align="center"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment