From 6183566cae061e7f45b0ef19533db88b4082ed08 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sat, 13 Apr 2024 17:26:43 +0800
Subject: [PATCH] 更新

---
 src/views/publicSecurity/noExplosionManage.vue |   20 ++++++++++----------
 src/views/place/components/baseAllInfo.vue     |   20 +++++++++++++++++++-
 2 files changed, 29 insertions(+), 11 deletions(-)

diff --git a/src/views/place/components/baseAllInfo.vue b/src/views/place/components/baseAllInfo.vue
index 466487e..558c9d1 100644
--- a/src/views/place/components/baseAllInfo.vue
+++ b/src/views/place/components/baseAllInfo.vue
@@ -336,8 +336,26 @@
                 required: false,
                 message: "请选择三级消防单位",
                 trigger: "blur",
-              }, ],
+              }],
             },
+
+            {
+              span: 12,
+              label: "无炸类型",
+              prop: "noExplosionCategory",
+              type: "select",
+              labelWidth: 120,
+              display: true,
+              row: true,
+              dicUrl: "/api/blade-system/dict-biz/dictionary?code=noExplosionCategory",
+              dataType: "number",
+              hide: true,
+              props: {
+                label: "dictValue",
+                value: "dictKey",
+              },
+            },
+
             {
               label: "场所照片",
               prop: "imageUrls",
diff --git a/src/views/publicSecurity/noExplosionManage.vue b/src/views/publicSecurity/noExplosionManage.vue
index 6cf0302..255295b 100644
--- a/src/views/publicSecurity/noExplosionManage.vue
+++ b/src/views/publicSecurity/noExplosionManage.vue
@@ -91,7 +91,7 @@
             </div>
             <div class="yh-pic-list">
               <div class="pic-item" v-for="pic in item.imageUrlsList">
-                <el-image style="width: 100px; height: 100px" :src="pic" :fit="fit"></el-image>
+                <el-image style="width: 100px; height: 100px" :src="pic" :fit="fit"    :preview-src-list="item.imageUrlsList"></el-image>
               </div>
             </div>
           </div>
@@ -287,15 +287,15 @@
               searchSpan: 4,
               align: 'center'
             },
-            {
-              label: "无诈上报数量",
-              prop: "number",
-              span: 24,
-              row: true,
-              slot: true,
-              searchSpan: 4,
-              align: 'center'
-            },
+            // {
+            //   label: "无诈上报数量",
+            //   prop: "number",
+            //   span: 24,
+            //   row: true,
+            //   slot: true,
+            //   searchSpan: 4,
+            //   align: 'center'
+            // },
             {
               width: 110,
               label: "审核状态",

--
Gitblit v1.9.3