linwe
2024-08-09 5e2aafeede13d337380f736567caf74f49713be7
src/views/publicSecurity/components/labelReporting.vue
@@ -28,61 +28,88 @@
                submitBtn: false,
                emptyBtn: false,
                column: [{
                    label: '房屋名称',
                    prop: 'houseName',
                    label: '场所负责人',
                    prop: 'owner',
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '手机号',
                    label: '场所负责人电话',
                    prop: 'phoneNumber',
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '对象电话',
                    label: '场所名称',
                    prop: 'districtName',
                    disabled: true,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '阵地类型',
                    prop: "frontType",
                    type: "select",
                    disabled: true,
                    span: 12,
                    labelWidth: 120,
                    dicUrl: "/api/blade-system/dict-biz/dictionary?code=frontType",
                    dataType: "number",
                    props: {
                        label: "dictValue",
                        value: "dictKey",
                    },
                }, {
                    label: '交易对象',
                    prop: 'transactionObject',
                    disabled: true,
                    disabled: true,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '交易对象电话',
                    prop: 'transactionObjectTel',
                    disabled: true,
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '交易金额',
                    prop: 'transactionMoney',
                    label: '身份证号',
                    prop: 'idCard',
                    disabled: true,
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '物品数量',
                    prop: 'goodsNums',
                    disabled: true,
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '交易金额',
                    prop: 'transactionMoney',
                    disabled: true,
                    disabled: true,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '交易过程',
                    prop: 'transactionProcess',
                    disabled: true,
                    disabled: true,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '发生时间',
                    prop: 'happenTime',
                    disabled: true,
                    span: 8,
                    labelWidth: 120,
                }, {
                    label: '审核时间',
                    prop: 'confirmTime',
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '位置',
                    prop: 'localtion',
                    disabled: true,
                    span: 8,
                    labelWidth: 120,
                }, {
                    label: '审核意见',
                    prop: 'confirmNotion',
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '审核状态',
@@ -99,21 +126,19 @@
                        value: '3'
                    }],
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '交易对象',
                    prop: 'transactionObject',
                    label: '审核时间',
                    prop: 'confirmTime',
                    disabled: true,
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                }, {
                    label: '交易过程',
                    prop: 'transactionProcess',
                    label: '审核意见',
                    prop: 'confirmNotion',
                    disabled: true,
                    disabled: true,
                    span: 8,
                    span: 24,
                    labelWidth: 120,
                }, {
                    label: '物品照片',
@@ -124,7 +149,7 @@
                    dataType: "string",
                    disabled: true,
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                }, {
                    width: 110,
@@ -135,7 +160,7 @@
                    listType: "picture-card",
                    dataType: "string",
                    disabled: true,
                    span: 8,
                    span: 12,
                    labelWidth: 120,
                },]
            }
@@ -181,11 +206,7 @@
<style lang="scss" scoped>
.cur-container-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 50px;
    .content-box {
        margin: 0 4px;