shuishen
2024-01-05 f2e4a9d500d2ae2a0ca0fe9ff8cb050c90ccaa2e
所有图片字段需要调整
13 files modified
42 ■■■■■ changed files
src/views/article/rotation.vue 2 ●●● patch | view | raw | blame | history
src/views/cGovernance/gridPatrolRecord.vue 2 ●●● patch | view | raw | blame | history
src/views/cGovernance/gridWorkLog.vue 2 ●●● patch | view | raw | blame | history
src/views/cGovernance/punchCard.vue 2 ●●● patch | view | raw | blame | history
src/views/cGovernance/taskECall.vue 2 ●●● patch | view | raw | blame | history
src/views/gzll/owners.vue 2 ●●● patch | view | raw | blame | history
src/views/owners_committee/index.vue 2 ●●● patch | view | raw | blame | history
src/views/publicSecurity/components/bailReportingDetail.vue 9 ●●●● patch | view | raw | blame | history
src/views/publicSecurity/components/campusReporting.vue 4 ●●● patch | view | raw | blame | history
src/views/publicSecurity/components/hotelReporting.vue 4 ●●● patch | view | raw | blame | history
src/views/publicSecurity/components/labelReporting.vue 3 ●●●● patch | view | raw | blame | history
src/views/task/index.vue 2 ●●● patch | view | raw | blame | history
src/views/task/reportForRepairs.vue 6 ●●●● patch | view | raw | blame | history
src/views/article/rotation.vue
@@ -103,10 +103,10 @@
                        span: 12,
                    },
                    {
                        width: 110,
                        label: "图片",
                        prop: "url",
                        type: "upload",
                        width: 80,
                        listType: "picture-img",
                        action: "/api/blade-resource/oss/endpoint/put-file",
                        propsHttp: {
src/views/cGovernance/gridPatrolRecord.vue
@@ -120,10 +120,10 @@
                    },
                    {
                        width: 110,
                        label: "巡查图片",
                        prop: "url",
                        type: "upload",
                        width: 80,
                        listType: "picture-img",
                        action: "/api/blade-resource/oss/endpoint/put-file",
                        propsHttp: {
src/views/cGovernance/gridWorkLog.vue
@@ -82,11 +82,11 @@
                        span: 24,
                    },
                    {
                        width: 110,
                        label: "图片",
                        prop: "url",
                        type: "upload",
                        labelWidth: 120,
                        width: 80,
                        listType: "picture-img",
                        action: "/api/blade-resource/oss/endpoint/put-file",
                        propsHttp: {
src/views/cGovernance/punchCard.vue
@@ -101,11 +101,11 @@
                        prop: "address",
                    },
                    {
                        width: 110,
                        label: "打卡图片",
                        prop: "img",
                        type: "upload",
                        labelWidth: 120,
                        width: 80,
                        listType: "picture-img",
                        action: "/api/blade-resource/oss/endpoint/put-file",
                        propsHttp: {
src/views/cGovernance/taskECall.vue
@@ -289,9 +289,9 @@
                },
                {
                    width: 110,
                    label: "现场图片",
                    prop: "imageUrls",
                    width: 80,
                    type: "upload",
                    listType: "picture-card",
                    dataType: "string",
src/views/gzll/owners.vue
@@ -227,11 +227,11 @@
                    },
                    {
                        width: 110,
                        label: "图片",
                        prop: "imageUrl",
                        type: "upload",
                        labelWidth: 120,
                        width: 80,
                        listType: "picture-img",
                        action: "/api/blade-resource/oss/endpoint/put-file",
                        propsHttp: {
src/views/owners_committee/index.vue
@@ -92,11 +92,11 @@
                        prop: "latitude",
                    },
                    {
                        width: 110,
                        label: "图片",
                        prop: "imageUrl",
                        type: "upload",
                        labelWidth: 120,
                        width: 80,
                        listType: "picture-img",
                        action: "/api/blade-resource/oss/endpoint/put-file",
                        propsHttp: {
src/views/publicSecurity/components/bailReportingDetail.vue
@@ -29,7 +29,8 @@
        option: {
          submitBtn: false,
          emptyBtn: false,
          column: [{
                column: [
                    {
            // span: 10,
            label: '申请人',
            prop: 'checkUserName',
@@ -93,6 +94,7 @@
            disabled: true,
            span: 8,
          }, {
                        width: 110,
            label: '位置图片',
            fileType: 'img',
            type: "upload",
@@ -118,6 +120,7 @@
            span: 8,
            labelWidth: 120,
          }, {
                        width: 110,
            label: '出发-位置图片',
            fileType: 'img',
            type: "upload",
@@ -139,6 +142,7 @@
            span: 8,
            labelWidth: 120,
          }, {
                        width: 110,
            label: '到达-位置图片',
            fileType: 'img',
            type: "upload",
@@ -160,6 +164,7 @@
            span: 8,
            labelWidth: 120,
          }, {
                        width: 110,
            label: '返回-位置图片',
            fileType: 'img',
            type: "upload",
@@ -183,7 +188,7 @@
            type: "success",
            message: "操作成功!",
          })
          this.$emit('colseDetail');
                this.$emit('colseDetail')
        })
      },
      init(data, applyType) {
src/views/publicSecurity/components/campusReporting.vue
@@ -48,6 +48,7 @@
            prop: 'scStatus',
            disabled: true,
          }, {
                    width: 110,
            label: '安全通道图片',
            prop: 'scImageUrls',
            fileType: 'img',
@@ -107,6 +108,7 @@
            disabled: true,
            labelWidth: 120,
          }, {
                    width: 110,
            label: '消费器材图片',
            prop: 'fireFacsImageUrls',
            fileType: 'img',
@@ -188,7 +190,7 @@
            type: "success",
            message: "操作成功!",
          })
          this.$emit('colseDetail');
                this.$emit('colseDetail')
        })
      },
      init(data, applyType) {
src/views/publicSecurity/components/hotelReporting.vue
@@ -70,6 +70,7 @@
              span: 8,
              labelWidth: 120,
            }, {
                    width: 110,
              label: '灭火器图片',
              prop: 'fireImageUrls',
              fileType: 'img',
@@ -86,6 +87,7 @@
              span: 8,
              labelWidth: 120,
            }, {
                    width: 110,
              label: '安全通道图片',
              prop: 'scImageUrls',
              fileType: 'img',
@@ -242,7 +244,7 @@
            type: "success",
            message: "操作成功!",
          })
          this.$emit('colseDetail');
                this.$emit('colseDetail')
        })
      },
      init(data, applyType) {
src/views/publicSecurity/components/labelReporting.vue
@@ -127,6 +127,7 @@
            span: 8,
            labelWidth: 120,
          }, {
                    width: 110,
            label: '身份证图片',
            prop: 'imageUrls',
            fileType: 'img',
@@ -151,7 +152,7 @@
            type: "success",
            message: "操作成功!",
          })
          this.$emit('colseDetail');
                this.$emit('colseDetail')
        })
      },
      init(data, applyType) {
src/views/task/index.vue
@@ -112,9 +112,9 @@
                        labelWidth: 110,
                    },
                    {
                        width: 110,
                        label: "图片",
                        prop: "imageUrls",
                        width: 80,
                        type: "upload",
                        listType: "picture-card",
                        dataType: "string",
src/views/task/reportForRepairs.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-12-14 17:10:00
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-01-05 15:46:34
 * @LastEditTime: 2024-01-05 18:00:15
 * @FilePath: \jczz_web\src\views\task\reportForRepairs.vue
 * @Description:
 *
@@ -225,7 +225,7 @@
                    },
                    {
                        width: 160,
                        width: 110,
                        label: "图片",
                        prop: "imageUrls",
                        type: "upload",
@@ -329,10 +329,10 @@
                },
                {
                    width: 110,
                    fileType: 'img',
                    label: "图片",
                    prop: "imageList",
                    width: 80,
                    type: "upload",
                    listType: "picture-card",
                    dataType: "string",