ZZJ
2022-07-15 5226a8a3642a17084c8263109395adaaf1d2664f
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>