Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 63d86255
authored
Apr 15, 2024
by
Tianqing Liu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat: 聚类结果,优化
1 parent
5c0fd37c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/views/SnapshotCluster/ClusterResult/PersonGroupDialog.vue
src/views/SnapshotCluster/ClusterResult/PersonGroupMover.vue
src/views/SnapshotCluster/ClusterResult/PersonGroupDialog.vue
View file @
63d8625
...
@@ -130,6 +130,7 @@ export default {
...
@@ -130,6 +130,7 @@ export default {
console
.
log
(
'initDialog'
,
data
)
console
.
log
(
'initDialog'
,
data
)
formData
.
value
=
getInitialFormData
()
formData
.
value
=
getInitialFormData
()
groupList
.
value
=
[]
groupList
.
value
=
[]
personList
.
value
=
[]
isVisible
.
value
=
true
;
isVisible
.
value
=
true
;
...
...
src/views/SnapshotCluster/ClusterResult/PersonGroupMover.vue
View file @
63d8625
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
>
<a-form
:model=
"formData"
>
<a-form
:model=
"formData"
>
<a-form-item
label=
"分组"
>
<a-form-item
label=
"分组"
>
<a-select
v-model:value=
"formData.personUnid"
placeholder=
"请选择分组id"
>
<a-select
v-model:value=
"formData.personUnid"
filterable
placeholder=
"请选择分组id"
>
<a-select-option
<a-select-option
v-for=
"item in dataList"
v-for=
"item in dataList"
:key=
"item.person_unid"
:key=
"item.person_unid"
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment