From 16c14e07a13fa1f2e2cba0f4e33acef8e7d5670e Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 24 一月 2025 18:27:26 +0800
Subject: [PATCH] git ch
---
wx/pages/add_insured_personnel/add_insured_personnel.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/wx/pages/add_insured_personnel/add_insured_personnel.vue b/wx/pages/add_insured_personnel/add_insured_personnel.vue
index ee1db5f..02cc3cc 100644
--- a/wx/pages/add_insured_personnel/add_insured_personnel.vue
+++ b/wx/pages/add_insured_personnel/add_insured_personnel.vue
@@ -58,6 +58,13 @@
name="arrow-right"
></u-icon>
</u-form-item>
+ <u-form-item
+ label="澶囨敞锛�"
+ prop="remark"
+ borderBottom
+ >
+ <u--input v-model="model.remark" border="none" placeholder="璇疯緭鍏�"></u--input>
+ </u-form-item>
</u--form>
</view>
<view class="box_footer">
@@ -82,6 +89,7 @@
duSolutionId: '',
model: {
name: '',
+ remark:'',
idCard: '',
gzId: '',
gzName: '',
@@ -149,6 +157,7 @@
this.duSolutionId = e.value[0].duSolutionId
this.model.gzId = ''
this.model.gzName = ''
+ this.model.remark=''
this.getGZ()
this.show = false
},
--
Gitblit v1.9.3