序间外协

This commit is contained in:
zhangdingyu
2019-01-17 11:39:54 +08:00
parent e0d0cb70f9
commit 343e71e882
2 changed files with 2 additions and 1 deletions

View File

@@ -89,6 +89,7 @@
<template slot-scope="scope">
<el-tag v-if="parseInt(scope.row.工序状态)===3" type="success" size="small">未加工</el-tag>
<el-tag v-if="parseInt(scope.row.工序状态)===4" size="small">已完成</el-tag>
<el-tag v-if="parseInt(scope.row.工艺编号)===29" size="small">备料</el-tag>
<el-tag v-if="parseInt(scope.row.工序状态)===5" size="small">停产</el-tag>
</template>
</el-table-column>