From 240cab8bb6fd84316f7178272dc43b6520e5891d Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 20 Mar 2024 17:43:11 +0800
Subject: [PATCH] 居住证申请记录
---
src/views/place/residencePermitApply.vue | 29 ++++++++++++++++++-----------
1 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/src/views/place/residencePermitApply.vue b/src/views/place/residencePermitApply.vue
index 5379a88..28a6b3b 100644
--- a/src/views/place/residencePermitApply.vue
+++ b/src/views/place/residencePermitApply.vue
@@ -191,17 +191,24 @@
slot: true,
labelWidth: 110,
},
- // {
- // width: 110,
- // span: 12,
- // label: "物品名称",
- // prop: "transactionObject",
- // searchSpan: 4,
- // searchLabelWidth: 96,
- // search: true,
- // align: 'center',
- // labelWidth: 110,
- // },
+ {
+ width: 60,
+ searchSpan: 4,
+ searchLabelWidth: 60,
+ label: "未成年",
+ search: true,
+ prop: "minors",
+ type: "select",
+ dicData: [{
+ label: "未成年人员",
+ value: 2
+ },
+ {
+ label: "全部人员",
+ value: 1
+ }
+ ],
+ },
{
width: 160,
span: 12,
--
Gitblit v1.9.3