From ab493128b646ede67a2bfa2e16c966eb4e5f2d94 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期四, 13 六月 2024 23:19:00 +0800 Subject: [PATCH] 传输文件 --- src/components/scForm/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/scForm/index.vue b/src/components/scForm/index.vue index dcdf32d..fc68f13 100644 --- a/src/components/scForm/index.vue +++ b/src/components/scForm/index.vue @@ -4,7 +4,7 @@ * @Author: sakuya * @Date: 2021骞�9鏈�22鏃�09:26:25 * @LastEditors: Sneed - * @LastEditTime: 2024-06-11 19:41:06 + * @LastEditTime: 2024-06-13 22:50:27 --> <template> @@ -112,7 +112,8 @@ </template> <template v-else-if="item.component == 'el-tree-select'"> <el-tree-select v-model="form[item.name]" :data="item.options.data" - :multiple="item.options.multiple" show-checkbox default-expand-all style="width: 100%" + :check-strictly="item.options.checkStrictly" :multiple="item.options.multiple" + :show-checkbox="!item.options.hidecheckbox" default-expand-all style="width: 100%" :props="{ label: 'title', id: 'id', -- Gitblit v1.9.3