Explorar o código

解决页面展现的一些小问题

oyq28 %!s(int64=3) %!d(string=hai) anos
pai
achega
28cfb12c66

+ 1 - 1
imcs-ui/src/lang/zh/runCenter.js

@@ -4,7 +4,7 @@ export default {
 		// 本模型下的共通
 		common: {
 			lit: '个',
-			chouqian: '我要抽',
+			chouqian: '我要抽',
 			addBtn: '增加抽检',
 			selectPro: '选择零件',
 			shelvesCount: '新增外部订单',

+ 2 - 2
imcs-ui/src/views/zuihou/developer/warnLong/Index.vue

@@ -86,7 +86,7 @@
 	      <template slot-scope="{ row }">
 			<span> {{row.resourceName}}-{{row.procedureName}}-{{row.instructionName}}-</span>
 			<span v-if="row.feedback">{{row.feedback}}</span>
-			<span else="">任务超时</span>
+			<span v-else>任务超时</span>
 		  </template>
 	  </el-table-column>
       <!-- 报警时间 -->
@@ -94,7 +94,7 @@
       <!-- 是否需要人员处理 -->
       <el-table-column prop="num" :label='$t("developer.table.warnLong.num")' align="center" width="150px">
       	<template slot-scope="{ row }">
-      		<el-tag v-if="row.feedback" type="success">{{$t("common.yes")}}</el-tag>
+      		<el-tag v-if="row.manual == '1'" type="success">{{$t("common.yes")}}</el-tag>
 	      	<el-tag v-else type="">{{$t("common.no")}}</el-tag>
 		</template>
       </el-table-column>