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 @ 备注: 设置字段值 --> - - - - - - - - {{item.label}} - - - - - {{ itemtext.name }} - - - - - - - - - 删除 - - - - - - - - - + + + + + + + {{ item.label }} + + + + + {{ itemtext.name }} + + + + + + + + + 删除 + + + - + + + + - 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 @ 备注: 选择行政组织 --> - - - - - - - - - 所有 - {{ it.departmentName }} - - - - - - - {{ item.name }} - - - 下级 - - - - - - - 已选择({{ countPick }}) - 清空 - - - - - - {{ item.name }} - - - - - - - - - - - - - - - - 所有 - {{ it.departmentName }} - - - - - - - {{ item.departmentName }} - - - 下级 - - - - - - - - - {{ item.employeeName }} - - - - - - - 已选择({{ countPick }}) - 清空 - - - - - - {{ item.name }} - - - - - - - - + + + + + + + + 所有 + {{ it.departmentName }} + + + + + + + {{ item.name }} + + + 下级 + + + + + + + 已选择({{ countPick }}) + 清空 + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + 所有 + {{ it.departmentName }} + + + + + + + {{ item.departmentName }} + + + 下级 + + + + + + + + + {{ item.employeeName }} + + + + + + + 已选择({{ countPick }}) + 清空 + + + + + + {{ item.name }} + + + + + + + - - - - + + + + -