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 56b2cd95
authored
Apr 07, 2025
by
李乾广
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
事件类型增加选项
1 parent
3dd81488
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
src/views/SnapshotCluster/ClusterResult/ClusterResult.vue
src/views/SnapshotCluster/SnapshotRecord/SnapshotRecord.vue
src/views/SnapshotCluster/ClusterResult/ClusterResult.vue
View file @
56b2cd9
...
...
@@ -63,6 +63,8 @@
<a-select-option
:value=
"-1"
>
出
</a-select-option>
<a-select-option
:value=
"0"
>
横穿
</a-select-option>
<a-select-option
:value=
"2"
>
过店
</a-select-option>
<a-select-option
:value=
"4"
>
从左到右
</a-select-option>
<a-select-option
:value=
"5"
>
从右到左
</a-select-option>
<a-select-option
:value=
"7"
>
关注
</a-select-option>
<a-select-option
:value=
"8"
>
触达
</a-select-option>
</a-select>
...
...
@@ -372,6 +374,12 @@ export default {
label
:
'过店'
,
value
:
2
},{
label
:
'从左到右'
,
value
:
4
},{
label
:
'从右到左'
,
value
:
5
},{
label
:
'关注'
,
value
:
7
},{
...
...
@@ -844,6 +852,14 @@ export default {
{
return
'出'
}
case
4
:
{
return
'从左到右'
}
case
5
:
{
return
'从右到左'
}
case
7
:
{
return
'关注'
...
...
src/views/SnapshotCluster/SnapshotRecord/SnapshotRecord.vue
View file @
56b2cd9
...
...
@@ -61,6 +61,8 @@
<a-select-option
:value=
"-1"
>
出
</a-select-option>
<a-select-option
:value=
"0"
>
横穿
</a-select-option>
<a-select-option
:value=
"2"
>
过店
</a-select-option>
<a-select-option
:value=
"4"
>
从左到右
</a-select-option>
<a-select-option
:value=
"5"
>
从右到左
</a-select-option>
<a-select-option
:value=
"7"
>
关注
</a-select-option>
<a-select-option
:value=
"8"
>
触达
</a-select-option>
</a-select>
...
...
@@ -717,6 +719,14 @@ export default {
{
return
'出'
}
case
4
:
{
return
'从左到右'
}
case
5
:
{
return
'从右到左'
}
case
7
:
{
return
'关注'
...
...
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