src/views/equipmentManagement/equipmentList/components/FormList.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/equipmentManagement/equipmentList/components/FormList.vue
@@ -90,7 +90,7 @@ <div v-else>--</div> </template> </el-table-column> <el-table-column label="首次使用时间" min-width="159"> <!-- <el-table-column label="首次使用时间" min-width="159"> <template slot-scope="scope"> <div v-if="scope.row.firstUseTime.length > 1"> <div>{{ scope.row.firstUseTime[0] }}</div> @@ -98,7 +98,7 @@ </div> <div v-else>--</div> </template> </el-table-column> </el-table-column> --> <el-table-column label="所属集群" show-overflow-tooltip min-width="154"> <template slot-scope="scope"> {{ scope.row.clusterName }} </template>