From 4c8d91a3e61250d5a494e9553d324caf0a41b4d3 Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 28 Dec 2023 10:44:17 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E9=80=89=E6=8B=A9=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=B7=BB=E5=8A=A0id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzwlComponents/personFormItem.vue | 45 ++++++++++--------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/src/components/hzwlComponents/personFormItem.vue b/src/components/hzwlComponents/personFormItem.vue index df2cb6a4d..94ec888e7 100644 --- a/src/components/hzwlComponents/personFormItem.vue +++ b/src/components/hzwlComponents/personFormItem.vue @@ -2,30 +2,34 @@
- > + :value="value" + :placeholder="placeholder" + :clearable="clearable" + :disabled="disabled" + readonly + @click.native="choice('role', placeholder, value)" + /> + :is-title="choiceTitle" + :is-visible.sync="modalShowRoleFlag" + :nodeList="nodeList" + @checkedRole="checkedRole" + />