src/views/home/components/bottomContainer.vue
@@ -73,7 +73,7 @@ min-width="12.6%"></el-table-column> <el-table-column :show-overflow-tooltip="true" prop="JJYXM" label="接警员" min-width="7.6%"></el-table-column> <el-table-column :show-overflow-tooltip="true" label="报警时间" min-width="9.6%"> <el-table-column label="报警时间" min-width="9.6%"> <template slot-scope="scope"> <span>{{ scope.row.BJSJ.substring(0, 10) }}</span> </template>