| | |
| | | :default-sort="{ prop: 'createTime', order: 'descending' }" |
| | | :stripe="true" |
| | | > |
| | | <el-table-column label="序号" width="48" class-name="index"> |
| | | <el-table-column label="序号" width="80" class-name="index"> |
| | | <template slot-scope="scope">{{ |
| | | scope.$index + 1 + (page - 1) * size |
| | | }}</template> |
| | |
| | | <el-table-column |
| | | prop="devId" |
| | | label="设备ID" |
| | | min-width="180" |
| | | min-width="140" |
| | | show-overflow-tooltip |
| | | ></el-table-column> |
| | | <el-table-column |
| | |
| | | <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> |
| | |
| | | </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> |