From 4c42bd990db499da6b78f20afa8c1b0c8f900bfa Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 20 Feb 2024 14:05:23 +0800
Subject: [PATCH] 场所有关名称改首列展示
---
src/views/publicSecurity/positionManage/TransactRegist.vue | 83 +++++++++++++++++++++--------------------
1 files changed, 42 insertions(+), 41 deletions(-)
diff --git a/src/views/publicSecurity/positionManage/TransactRegist.vue b/src/views/publicSecurity/positionManage/TransactRegist.vue
index 322b7f4..1d09f72 100644
--- a/src/views/publicSecurity/positionManage/TransactRegist.vue
+++ b/src/views/publicSecurity/positionManage/TransactRegist.vue
@@ -167,6 +167,48 @@
{
width: 110,
span: 12,
+ label: "场所名称",
+ prop: "districtName",
+ searchSpan: 4,
+ searchLabelWidth: 100,
+ search: true,
+ align: 'center',
+ labelWidth: 110,
+ },
+ {
+ span: 12,
+ label: "场所地址",
+ prop: "localtion",
+ searchSpan: 4,
+ minWidth: 220,
+ overHidden: true,
+ // search: true,
+ rules: [{
+ required: true,
+ message: "请输入地址",
+ trigger: "blur",
+ },],
+ align: 'center',
+ labelWidth: 110,
+ },
+ {
+ label: "阵地类型",
+ prop: "frontType",
+ dicUrl: "/api/blade-system/dict-biz/tree?code=frontType",
+ props: {
+ label: "title",
+ value: "key",
+ },
+ type: 'select',
+ search: true,
+ searchSpan: 4,
+ align: 'center',
+ width: 120,
+ labelWidth: 110,
+ },
+ {
+ width: 110,
+ span: 12,
label: "场所负责人",
prop: "owner",
searchSpan: 4,
@@ -187,32 +229,6 @@
}],
align: 'center',
slot: true,
- labelWidth: 110,
- },
- {
- width: 110,
- span: 12,
- label: "场所名称",
- prop: "districtName",
- searchSpan: 4,
- searchLabelWidth: 100,
- search: true,
- align: 'center',
- labelWidth: 110,
- },
- {
- label: "阵地类型",
- prop: "frontType",
- dicUrl: "/api/blade-system/dict-biz/tree?code=frontType",
- props: {
- label: "title",
- value: "key",
- },
- type: 'select',
- search: true,
- searchSpan: 4,
- align: 'center',
- width: 120,
labelWidth: 110,
},
{
@@ -282,21 +298,6 @@
labelWidth: 110,
},
{
- span: 12,
- label: "地址",
- prop: "localtion",
- searchSpan: 4,
- minWidth: 220,
- overHidden: true,
- // search: true,
- rules: [{
- required: true,
- message: "请输入地址",
- trigger: "blur",
- },],
- align: 'center',
- labelWidth: 110,
- }, {
width: 110,
label: "所属街道",
// hide: true,
--
Gitblit v1.9.3