浏览代码

修改页面展示的bug

oyq28 3 年之前
父节点
当前提交
58d504a47f

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

@@ -113,7 +113,7 @@ export default {
 	    	tips: '舱体线平台'
 	    },
       shuoming3: {
-	    	title: '云箭智能车间系统-框体线',
+	    	title: '云箭智能车间系统',
 	    	tips: '框体线平台'
 	    }
   	},

+ 3 - 2
imcs-ui/src/views/zuihou/resourceProductMgr/equipmentProgramMgr/Index.vue

@@ -85,9 +85,9 @@
 <!--      		</el-tag>-->
 <!--      	</template>-->
 <!--      </el-table-column>-->
-      <el-table-column prop="linkStatus" :label='$t("resource.table.resours.linkStatus")' width="180px" align="center">
+      <el-table-column prop="productionStatus" :label='$t("resource.table.resours.linkStatus")' width="180px" align="center">
       	<template slot-scope="{ row }">
-      		<div class="statusDiv" :style="'background:'+ row.linkStatus.background">{{row.linkStatus.text}}</div>
+      		<div class="statusDiv" :style="'background:'+ row.productionStatus.background">{{row.productionStatus.text}}</div>
       	</template>
       </el-table-column>
       <el-table-column prop="programSynTime" :label='$t("resource.table.resours.programSynTime")' width="180px"></el-table-column>
@@ -539,6 +539,7 @@
 	          	//this.$refs.table.setCurrentRow(this.tableData.data[0]);  // 单选
 	          	//this.$refs.table.toggleRowSelection(this.tableData.data[0], true)  // 多选
 	          	// 加载【刀具列表】数据
+				console.log(this.tableData.data)  
 	          	this.fetch2()
 	          }
 	        }