From 8508956ae0d0c60587e3f760a72ba3c2b7c0f033 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 07 Feb 2024 10:18:49 +0800
Subject: [PATCH] 消防自查、交易登记表格字段添加
---
src/views/publicSecurity/positionManage/TransactRegist.vue | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/src/views/publicSecurity/positionManage/TransactRegist.vue b/src/views/publicSecurity/positionManage/TransactRegist.vue
index 8aaa932..322f33d 100644
--- a/src/views/publicSecurity/positionManage/TransactRegist.vue
+++ b/src/views/publicSecurity/positionManage/TransactRegist.vue
@@ -186,6 +186,19 @@
align: 'center'
},
{
+ label: "阵地类型",
+ prop: "frontType",
+ dicUrl: "/api/blade-system/dict-biz/tree?code=frontType",
+ props: {
+ label: "title",
+ value: "key",
+ },
+ // type: 'select',
+ // search: true,
+ align: 'center',
+ width: 120,
+ },
+ {
width: 100,
addDisplay: false,
editDisplay: false,
@@ -536,7 +549,7 @@
<style lang="scss" scoped>
:deep(.cur-container-box) {
- padding: 0;
+ padding: 0 !important;
}
.avue-upload__icon {
--
Gitblit v1.9.3