From 5e2aafeede13d337380f736567caf74f49713be7 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 09 Aug 2024 14:38:32 +0800
Subject: [PATCH] 代码优化

---
 src/views/publicSecurity/components/labelReporting.vue |  117 ++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 68 insertions(+), 49 deletions(-)

diff --git a/src/views/publicSecurity/components/labelReporting.vue b/src/views/publicSecurity/components/labelReporting.vue
index ced5c54..50c87e8 100644
--- a/src/views/publicSecurity/components/labelReporting.vue
+++ b/src/views/publicSecurity/components/labelReporting.vue
@@ -28,67 +28,88 @@
                 submitBtn: false,
                 emptyBtn: false,
                 column: [{
-                    label: '用户姓名',
+                    label: '场所负责人',
                     prop: 'owner',
                     disabled: true,
-                    span: 8,
+                    span: 12,
+                    labelWidth: 120,
+                }, {
+                    label: '场所负责人电话',
+                    prop: 'phoneNumber',
+                    disabled: true,
+                    span: 12,
+                    labelWidth: 120,
+                }, {
+                    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: 12,
                     labelWidth: 120,
                 }, {
                     label: '身份证号',
                     prop: 'idCard',
                     disabled: true,
-                    span: 8,
-                    labelWidth: 120,
-                }, {
-                    label: '手机号',
-                    prop: 'phoneNumber',
-                    disabled: true,
-                    span: 8,
-                    labelWidth: 120,
-                }, {
-                    label: '对象电话',
-                    prop: 'transactionObjectTel',
-                    disabled: true,
-                    disabled: true,
-                    span: 8,
-                    labelWidth: 120,
-                }, {
-                    label: '交易金额',
-                    prop: 'transactionMoney',
-                    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: '审核状态',
@@ -105,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: '物品照片',
@@ -130,7 +149,7 @@
                     dataType: "string",
                     disabled: true,
                     disabled: true,
-                    span: 8,
+                    span: 12,
                     labelWidth: 120,
                 }, {
                     width: 110,
@@ -141,7 +160,7 @@
                     listType: "picture-card",
                     dataType: "string",
                     disabled: true,
-                    span: 8,
+                    span: 12,
                     labelWidth: 120,
                 },]
             }

--
Gitblit v1.9.3