From b96c06e39127660249a8a18a98d9f2bffe106ed7 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 19 Feb 2024 11:06:03 +0800
Subject: [PATCH] 交易登记详情弹窗修改
---
src/views/publicSecurity/components/labelReporting.vue | 48 +++++++++++++++++++++++++-----------------------
1 files changed, 25 insertions(+), 23 deletions(-)
diff --git a/src/views/publicSecurity/components/labelReporting.vue b/src/views/publicSecurity/components/labelReporting.vue
index 55845f2..080a692 100644
--- a/src/views/publicSecurity/components/labelReporting.vue
+++ b/src/views/publicSecurity/components/labelReporting.vue
@@ -28,61 +28,67 @@
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: 'idCard',
+ disabled: true,
+ span: 12,
+ labelWidth: 120,
+ }, {
+ label: '交易对象电话',
prop: 'transactionObjectTel',
disabled: true,
disabled: true,
- span: 8,
+ span: 12,
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: 'happenTime',
disabled: true,
- span: 8,
+ span: 12,
labelWidth: 120,
}, {
label: '审核时间',
prop: 'confirmTime',
disabled: true,
- span: 8,
+ span: 12,
labelWidth: 120,
}, {
label: '位置',
prop: 'localtion',
disabled: true,
- span: 8,
+ span: 12,
labelWidth: 120,
}, {
label: '审核意见',
prop: 'confirmNotion',
disabled: true,
- span: 8,
+ span: 12,
labelWidth: 120,
}, {
label: '审核状态',
@@ -99,21 +105,21 @@
value: '3'
}],
disabled: true,
- span: 8,
+ span: 12,
labelWidth: 120,
}, {
label: '交易对象',
prop: 'transactionObject',
disabled: true,
disabled: true,
- span: 8,
+ span: 12,
labelWidth: 120,
}, {
label: '交易过程',
prop: 'transactionProcess',
disabled: true,
disabled: true,
- span: 8,
+ span: 24,
labelWidth: 120,
}, {
label: '物品照片',
@@ -124,7 +130,7 @@
dataType: "string",
disabled: true,
disabled: true,
- span: 8,
+ span: 12,
labelWidth: 120,
}, {
width: 110,
@@ -135,7 +141,7 @@
listType: "picture-card",
dataType: "string",
disabled: true,
- span: 8,
+ span: 12,
labelWidth: 120,
},]
}
@@ -181,11 +187,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