From 93d0068bd857682f56c064c5a4b67dfb812b593e Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Thu, 24 Apr 2025 15:36:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4=E8=BE=93=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/public/form/formItem.vue | 1 + .../matrix/matrixcont/setupmatrixuser.vue | 455 +++---- src/views/matrix/orgoruser/pickorg.vue | 1095 +++++++++-------- 3 files changed, 814 insertions(+), 737 deletions(-) diff --git a/src/components/DesignForm/public/form/formItem.vue b/src/components/DesignForm/public/form/formItem.vue index 8d3bf62..71faa36 100644 --- a/src/components/DesignForm/public/form/formItem.vue +++ b/src/components/DesignForm/public/form/formItem.vue @@ -1241,6 +1241,7 @@ const diGuiJilian = (val: any, options: any[]) => { v-model="value" :disabled="judgeIsDisabled(data.name)" type="textarea" + :autosize="{ minRows: 2, maxRows: 20 }" :placeholder=" data.control.placeholder ? data.control.placeholder diff --git a/src/views/matrix/matrixcont/setupmatrixuser.vue b/src/views/matrix/matrixcont/setupmatrixuser.vue index 3498833..8083188 100644 --- a/src/views/matrix/matrixcont/setupmatrixuser.vue +++ b/src/views/matrix/matrixcont/setupmatrixuser.vue @@ -3,263 +3,286 @@ @ 时间: 2023-07-05 15:03:42 @ 备注: 设置字段值 --> - - diff --git a/src/views/matrix/orgoruser/pickorg.vue b/src/views/matrix/orgoruser/pickorg.vue index 09270b7..2fa0d34 100644 --- a/src/views/matrix/orgoruser/pickorg.vue +++ b/src/views/matrix/orgoruser/pickorg.vue @@ -3,517 +3,571 @@ @ 时间: 2023-07-07 09:11:55 @ 备注: 选择行政组织 --> - -