姚云青 il y a 3 ans
Parent
commit
262f3d8637

+ 1 - 0
imcs-ui/src/views/zuihou/qualityCenter/unqualifiedMgr/Index.vue

@@ -112,6 +112,7 @@
       	<template slot-scope="{ row }">
 	      	<el-tag v-if="row.handleWay == '1'">{{$t("machining.common.handleWay.one")}}</el-tag>
 					<el-tag v-if="row.handleWay == '2'" type="success">{{$t("machining.common.handleWay.two")}}</el-tag>
+          <el-tag v-if="row.handleWay == '3'" type="success">{{$t("machining.common.handleWay.three")}}</el-tag>
 				</template>
       </el-table-column>
       <!-- 补单单号 -->