From 963a2313f4f8959715293d38f69894078150d508 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期五, 14 六月 2024 11:29:47 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/smart-web
---
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