Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
2022-10-14 16:59:12 +0800
Commit
6e6709bbe0e5c29699801444ca665ae160489532
1 parent
06ce70c7
【无】机构用户树组件-是否多选 #5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/treeSelectOrgUser/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/treeSelectOrgUser/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/treeSelectOrgUser/index.html
View file @
6e6709b
...
...
@@ -10,6 +10,7 @@
lazy
:load=
"load"
:check-strictly=
"checkStrictly"
:multiple=
"multiple"
:render-after-expand=
"false"
>
<template
#
default=
"{ node, data }"
>
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/treeSelectOrgUser/index.js
View file @
6e6709b
...
...
@@ -50,6 +50,11 @@ export default {
checkStrictly
:{
type
:
Boolean
,
default
:
false
},
//是否多选
multiple
:{
type
:
Boolean
,
default
:
false
}
},
...
...
Please
register
or
login
to post a comment