From 6660790baa07aad61d552e6af63a898af06afc62 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 02 十二月 2024 17:02:57 +0800
Subject: [PATCH] 地图样式
---
src/views/system/data-manage/equipment/index.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/views/system/data-manage/equipment/index.vue b/src/views/system/data-manage/equipment/index.vue
index 76b4ea0..f2634d2 100644
--- a/src/views/system/data-manage/equipment/index.vue
+++ b/src/views/system/data-manage/equipment/index.vue
@@ -105,7 +105,7 @@
<el-table-column label="璁惧鍚嶇О" align="center" prop="name" width="280" fixed/>
<el-table-column label="璁惧缂栫爜" align="center" prop="serialNumber" width="180"/>
<el-table-column label="鏍囩" align="center" prop="publicSecurity" width="180" v-if="columns[0].visible"/>
- <el-table-column label="鍖哄煙" align="center" prop="address" width="180" v-if="columns[1].visible"/>
+ <el-table-column label="鍖哄煙" align="center" prop="cameraCaptureArea" width="180" v-if="columns[1].visible"/>
<el-table-column label="璁惧鐘舵��" align="center" prop="onState" v-if="columns[2].visible">
<template slot-scope="scope">
<dict-tag :options="dict.type.camera_state" :value="scope.row.onState"/>
@@ -220,7 +220,7 @@
pageNum: 1,
pageSize: 10,
serialNumber: null,
- keyword: '鐞冩満',
+ keyword: '',
onState: null,
address: null,
installedTime: null,
@@ -250,7 +250,6 @@
created() {
this.getVideoCount();
this.getList();
- this.getDyColumn()
},
methods: {
getDyColumn() {
@@ -269,7 +268,7 @@
/** 鏌ヨ璁惧璧勪骇鍒楄〃 */
getList() {
this.loading = true;
- this.getDyColumn()
+ // this.getDyColumn()
dataCenter('assetManagement', this.queryParams).then(response => {
this.monitorList = response.data;
this.total = response.total;
--
Gitblit v1.8.0