|
|
@@ -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()
|
|
|
}
|
|
|
}
|