Commit b7d5e0d3 authored by 沈翠玲's avatar 沈翠玲

生产工单

parent 68f99ff8
...@@ -494,11 +494,11 @@ ...@@ -494,11 +494,11 @@
<el-table-column <el-table-column
label="是否按组合单包装" label="是否按组合单包装"
align="center" align="center"
prop="combinationPackstate" prop="combinationPackState"
width="150" width="150"
> >
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.combinationPackstate ? '是': '否' }} {{ scope.row.combinationPackState ? '是': '否' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
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