From 0e944bfc16136c0a749fc6022e0dfc7f2b4af010 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 15 十月 2024 18:16:17 +0800
Subject: [PATCH] 工单图片样式调整、取消考核页面人脸和车辆的公安部按钮

---
 src/views/system/data-manage/equipment/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/system/data-manage/equipment/index.vue b/src/views/system/data-manage/equipment/index.vue
index 019fd03..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"/>
@@ -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