guanqb
2024-02-21 0cbfa5daf35bc2de15378a8dec6bc2b50e7a2071
取保候审详情弹窗调整
1 files modified
14 ■■■■■ changed files
src/views/publicSecurity/components/bailReportingDetail.vue 14 ●●●●● patch | view | raw | blame | history
src/views/publicSecurity/components/bailReportingDetail.vue
@@ -93,6 +93,11 @@
            disabled: true,
            span: 8,
          }, {
                    label: '审核人电话',
                    prop: 'confirmUserTelephone',
                    disabled: true,
                    span: 8,
                }, {
            width: 110,
            label: '位置图片',
            fileType: 'img',
@@ -100,12 +105,8 @@
            listType: "picture-card",
            dataType: "string",
            prop: 'locationImageUrls',
            disabled: true,
          }, {
            label: '审核人电话',
            prop: 'confirmUserTelephone',
            disabled: true,
            span: 8,
                    disabled: true,
          }, {
            label: '出发-当前时间',
            prop: 'startTime',
@@ -128,6 +129,7 @@
            prop: 'startImageUrls',
            disabled: true,
            labelWidth: 120,
                    span: 8,
          }, {
            label: '到达-当前时间',
            prop: 'reachTime',
@@ -150,6 +152,7 @@
            prop: 'reachImageUrls',
            disabled: true,
            labelWidth: 120,
                    span: 8,
          }, {
            label: '返回-当前时间',
            prop: 'returnTime',
@@ -171,6 +174,7 @@
            dataType: "string",
            prop: 'returnImageUrls',
            labelWidth: 120,
                    span: 8,
            disabled: true,
          }, ]
        }