From d7e0d83829f22b22a56c06ed8f9a71f71c0aad9e Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 19 Feb 2024 11:39:05 +0800
Subject: [PATCH] 交易登记详情弹窗修改
---
src/views/publicSecurity/components/labelReporting.vue | 63 ++++++++++++++++++++-----------
1 files changed, 41 insertions(+), 22 deletions(-)
diff --git a/src/views/publicSecurity/components/labelReporting.vue b/src/views/publicSecurity/components/labelReporting.vue
index 080a692..50c87e8 100644
--- a/src/views/publicSecurity/components/labelReporting.vue
+++ b/src/views/publicSecurity/components/labelReporting.vue
@@ -40,14 +40,47 @@
span: 12,
labelWidth: 120,
}, {
- label: '身份证号',
- prop: 'idCard',
+ 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: 12,
+ labelWidth: 120,
+ }, {
+ label: '物品数量',
+ prop: 'goodsNums',
disabled: true,
disabled: true,
span: 12,
@@ -60,8 +93,8 @@
span: 12,
labelWidth: 120,
}, {
- label: '物品数量',
- prop: 'goodsNums',
+ label: '交易过程',
+ prop: 'transactionProcess',
disabled: true,
disabled: true,
span: 12,
@@ -73,20 +106,8 @@
span: 12,
labelWidth: 120,
}, {
- label: '审核时间',
- prop: 'confirmTime',
- disabled: true,
- span: 12,
- labelWidth: 120,
- }, {
label: '位置',
prop: 'localtion',
- disabled: true,
- span: 12,
- labelWidth: 120,
- }, {
- label: '审核意见',
- prop: 'confirmNotion',
disabled: true,
span: 12,
labelWidth: 120,
@@ -108,16 +129,14 @@
span: 12,
labelWidth: 120,
}, {
- label: '交易对象',
- prop: 'transactionObject',
- disabled: true,
+ label: '审核时间',
+ prop: 'confirmTime',
disabled: true,
span: 12,
labelWidth: 120,
}, {
- label: '交易过程',
- prop: 'transactionProcess',
- disabled: true,
+ label: '审核意见',
+ prop: 'confirmNotion',
disabled: true,
span: 24,
labelWidth: 120,
--
Gitblit v1.9.3