shuishen
2024-01-05 f2e4a9d500d2ae2a0ca0fe9ff8cb050c90ccaa2e
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) {