jcdm-ui/src/views/main/da/followReport/report2.vue
@@ -2,7 +2,7 @@ <el-table ref="multipleTable" :data="list2" height="300" height="259" border tooltip-effect="dark" style="width: 100%" @@ -53,9 +53,9 @@ <el-table-column prop="address" align="center" label="时间" label="采集时间" show-overflow-tooltip> <template slot-scope="scope">{{ scope.row.createTime }}</template> <template slot-scope="scope">{{ scope.row.collectionTime }}</template> </el-table-column> </el-table> </template>