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 | 105 +++++++++++++++++++++++++++++++---------------------
1 files changed, 63 insertions(+), 42 deletions(-)
diff --git a/src/views/publicSecurity/components/labelReporting.vue b/src/views/publicSecurity/components/labelReporting.vue
index 55845f2..50c87e8 100644
--- a/src/views/publicSecurity/components/labelReporting.vue
+++ b/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;
--
Gitblit v1.9.3