From 04b8eff075a04db23e6f908855699b4d2954588c Mon Sep 17 00:00:00 2001
From: yyt <306727702@qq.com>
Date: 星期四, 23 五月 2024 18:47:01 +0800
Subject: [PATCH] 380新产品,优化

---
 jcdm-ui/src/views/main/pr/cameraReport/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/jcdm-ui/src/views/main/pr/cameraReport/index.vue b/jcdm-ui/src/views/main/pr/cameraReport/index.vue
index 99f245b..f77c51a 100644
--- a/jcdm-ui/src/views/main/pr/cameraReport/index.vue
+++ b/jcdm-ui/src/views/main/pr/cameraReport/index.vue
@@ -38,14 +38,14 @@
       <el-table-column label="宸ヤ綅" align="center" prop="locationCode"></el-table-column>
       <el-table-column label="鍙傛暟缂栫爜" align="center" prop="paramCode"></el-table-column>
       <el-table-column label="鍙傛暟鍚嶇О" align="center" prop="paramName"></el-table-column>
-      <el-table-column label="鍙傛暟鍊�" align="center" prop="paramValue"></el-table-column>
+      <el-table-column label="缁撴灉" align="center" prop="paramValue"></el-table-column>
       <el-table-column label="閲囬泦鏃堕棿" align="center" prop="collectionTime" width="180">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.collectionTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
         </template>
       </el-table-column>
-      <el-table-column label="鐘舵��" align="center" prop="state"></el-table-column>
-      <el-table-column label="鍗曚綅" align="center" prop="unit"></el-table-column>
+<!--      <el-table-column label="鐘舵��" align="center" prop="state"></el-table-column>-->
+<!--      <el-table-column label="鍗曚綅" align="center" prop="unit"></el-table-column>-->
     </el-table>
     <el-empty v-else>
       <span slot="description">鏆傛棤鏁版嵁</span>
@@ -111,7 +111,7 @@
         state: null,
         paramName: null,
         unit: null,
-        type: '鐩告満妫�娴�',
+        type: '瑙嗚鏁版嵁',
         startDate: null,
         endDate: null,
         dateConditions: [],
@@ -173,7 +173,7 @@
         state: null,
         paramName: null,
         unit: null,
-        type: '鐩告満妫�娴�',
+        type: '瑙嗚鏁版嵁',
       };
       this.resetForm("form");
     },
@@ -197,7 +197,7 @@
     getList() {
       this.loading = true;
       listParamCollection(this.queryParams).then(response => {
-        this.tightenReportList = response.rows;
+        this.cameraReportList = response.rows;
         this.total = response.total;
         this.loading = false;
       });

--
Gitblit v1.9.3