fix:批次查询列表修正
This commit is contained in:
parent
7986a9793d
commit
0b263f076b
|
@ -163,6 +163,7 @@
|
|||
<el-tag v-if="scope.row.type == 20" type="warning">返工</el-tag>
|
||||
<el-tag v-if="scope.row.type == 40" type="danger" >报废</el-tag>
|
||||
<el-tag v-if="scope.row.type == 50" type="success" >改版</el-tag>
|
||||
<el-tag v-if="scope.row.type == 60" type="success" >退料</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="交接类型" prop="mtype" min-width="80">
|
||||
|
|
Loading…
Reference in New Issue