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 f6d583ad
authored
Nov 12, 2025
by
李乾广
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://git.keliuyun.com:55676/luoxinlin/vion-tools
2 parents
81c7edc3
5f8cf73a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
src/views/SnapshotCluster/ClusterResult/ClusterResult.vue
src/views/SnapshotCluster/SnapshotRecord/SnapshotRecord.vue
src/views/SnapshotCluster/ClusterResult/ClusterResult.vue
View file @
f6d583a
...
...
@@ -896,6 +896,9 @@ export default {
}
}
const
formatProduct
=
function
(
val
)
{
if
(
val
<
0
){
return
'无效'
}
return
(
productList
.
value
.
filter
(
v
=>
v
.
value
==
val
)[
0
]
||
{
label
:
'--'
}).
label
}
const
formatPosition
=
function
(
val
)
{
...
...
src/views/SnapshotCluster/SnapshotRecord/SnapshotRecord.vue
View file @
f6d583a
...
...
@@ -660,6 +660,9 @@ export default {
// return (personTypeList.value.filter(v => v.value == val)[0] || {label:'--'}).label
}
const
formatProduct
=
function
(
val
)
{
if
(
val
<
0
){
return
'无效'
}
return
(
productList
.
value
.
filter
(
v
=>
v
.
value
==
val
)[
0
]
||
{
label
:
'--'
}).
label
}
const
formatPosition
=
function
(
val
)
{
...
...
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