瀏覽代碼

修改bug

姚云青 3 年之前
父節點
當前提交
262f3d8637
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      imcs-ui/src/views/zuihou/qualityCenter/unqualifiedMgr/Index.vue

+ 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>
       <!-- 补单单号 -->