linwe
2024-05-23 3bce353d07a91c0861b776636446fe673801ed32
src/views/publicSecurity/disputeExclusion.vue
@@ -121,7 +121,7 @@
        datetime: "",
        selectionList: [],
        option: {
          labelWidth: 96,
          labelWidth: 110,
          searchLabelWidth: 96,
          searchShow: true,
          searchMenuSpan: 3,
@@ -143,7 +143,7 @@
          selection: true,
          dialogClickModal: false,
          column: [{
              width: 110,
              width: 130,
              span: 12,
              label: "姓名",
              prop: "name",
@@ -158,7 +158,7 @@
              label: "图片",
              prop: "images",
              type: "upload",
              labelWidth: 120,
              labelWidth: 110,
              listType: "picture-img",
              action: "/api/blade-resource/oss/endpoint/put-file",
              propsHttp: {
@@ -168,15 +168,17 @@
              },
              span: 24,
            }, {
              width: 110,
              width: 140,
              span: 12,
              label: "描述",
              prop: "remark",
              type: 'textarea',
              searchSpan: 4,
              searchLabelWidth: 60,
              search: true,
              align: 'center',
              labelWidth: 110,
              overHidden: true,
            }, {
              label: '是否问题',
              align: 'center',
@@ -185,10 +187,10 @@
              slot: true,
              dicData: [{
                label: '是',
                value: 1
                value: "1"
              }, {
                label: '否',
                value: 2
                value: "2"
              }],
              width: 90,
            },
@@ -200,10 +202,10 @@
              slot: true,
              dicData: [{
                label: '是',
                value: 1
                value: "1"
              }, {
                label: '否',
                value: 2
                value: "2"
              }],
              width: 90,
            },
@@ -215,10 +217,10 @@
              slot: true,
              dicData: [{
                label: '是',
                value: 1
                value: "1"
              }, {
                label: '否',
                value: 2
                value: "2"
              }],
              width: 90,
            }, {
@@ -307,13 +309,13 @@
              slot: true,
              dicData: [{
                label: '待审核',
                value: 1
                value: "1"
              }, {
                label: '通过',
                value: 2
                value: "2"
              }, {
                label: '驳回',
                value: 3
                value: "3"
              }],
              align: 'center',
              labelWidth: 110,