shuishen
2023-01-12 b09c192ff2435fd7a3e4789dbd9461df1273000f
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>