jcdm-ui/src/views/main/da/followReport/report4.vue
@@ -2,7 +2,7 @@ <el-table ref="multipleTable" :data="list4" height="300" height="259" border tooltip-effect="dark" style="width: 100%" @@ -52,10 +52,10 @@ </el-table-column> <el-table-column prop="address" label="时间" label="采集时间" align="center" 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>