Lou
2024-04-13 6183566cae061e7f45b0ef19533db88b4082ed08
更新
2 files modified
40 ■■■■ changed files
src/views/place/components/baseAllInfo.vue 20 ●●●●● patch | view | raw | blame | history
src/views/publicSecurity/noExplosionManage.vue 20 ●●●● patch | view | raw | blame | history
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",
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: "审核状态",