Merge branch 'master' of http://123.56.95.229:10010/r/高精
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
width="50"/>
|
||||
<el-table-column align="center" label="物料" min-width="70">
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.物料流水号===null" type="warning" size="mini" style="margin: 0px">不存在</span>
|
||||
<span v-if="scope.row.物料流水号!==null" type="primary" size="mini" style="margin: 0px">存在</span>
|
||||
<el-tag v-if="scope.row.物料流水号===null" type="warning" size="mini" style="margin: 0px">不存在</el-tag>
|
||||
<el-tag v-if="scope.row.物料流水号!==null" type="primary" size="mini" style="margin: 0px">存在</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="图号" min-width="100" show-overflow-tooltip>
|
||||
|
||||
Reference in New Issue
Block a user