Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lmp_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yujian
lmp_web
Commits
3e584f0b
Commit
3e584f0b
authored
Mar 25, 2024
by
mhw
Browse files
Options
Browse Files
Download
Plain Diff
更新
parents
d013c36d
db043195
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
systemRouters.js
src/router/systemRouters.js
+1
-1
gptStaticDict.js
src/staticDict/gptStaticDict.js
+1
-1
index.vue
src/views/gptTraining/dataServices/myDataSet/index.vue
+5
-5
No files found.
src/router/systemRouters.js
View file @
3e584f0b
...
...
@@ -45,7 +45,7 @@ const routers = [
// 数据服务
{
path
:
'myDataSet'
,
component
:
_import
(
'gptTraining/dataServices/myDataSet/index'
),
name
:
'myDataSet'
,
props
:
getProps
,
meta
:
{
title
:
'我的数据集'
}
},
// { path: 'presetDataSet', component: _import('gptTraining/dataServices/presetDataSet/index'), name: 'presetDataSet', props: getProps, meta: { title: '预制数据集' } },
{
path
:
'onlineAnnotation'
,
component
:
_import
(
'gptTraining/dataServices/onlineAnnotation/index'
),
name
:
'onlineAnnotation'
,
props
:
getProps
,
meta
:
{
title
:
'
在线
标注'
}
},
{
path
:
'onlineAnnotation'
,
component
:
_import
(
'gptTraining/dataServices/onlineAnnotation/index'
),
name
:
'onlineAnnotation'
,
props
:
getProps
,
meta
:
{
title
:
'
数据
标注'
}
},
{
path
:
'dataCleansing'
,
component
:
_import
(
'gptTraining/dataServices/dataCleansing/index'
),
name
:
'dataCleansing'
,
props
:
getProps
,
meta
:
{
title
:
'数据清洗'
}
},
{
path
:
'dataEnhancement'
,
component
:
_import
(
'gptTraining/dataServices/dataEnhancement/index'
),
name
:
'dataEnhancement'
,
props
:
getProps
,
meta
:
{
title
:
'数据增强'
}
},
// 模型管理
...
...
src/staticDict/gptStaticDict.js
View file @
3e584f0b
...
...
@@ -136,7 +136,7 @@ const PublishStatus = new DictionaryBase('发布状态', [
},
{
id
:
1
,
name
:
'
发布完成
'
,
name
:
'
已发布
'
,
symbol
:
'yesPublish'
}
]);
...
...
src/views/gptTraining/dataServices/myDataSet/index.vue
View file @
3e584f0b
...
...
@@ -66,14 +66,14 @@
<vxe-column
field=
"inputStatus"
title=
"导入状态"
>
<
template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.inputStatus!==0"
size=
"mini"
>
{{
ImportStatus
.
getValue
(
scope
.
row
.
inputStatus
)
}}
</el-tag>
<el-tag
v-else
type=
"
warning
"
size=
"mini"
>
{{
ImportStatus
.
getValue
(
scope
.
row
.
inputStatus
)
}}
</el-tag>
<el-tag
v-else
type=
"
info
"
size=
"mini"
>
{{
ImportStatus
.
getValue
(
scope
.
row
.
inputStatus
)
}}
</el-tag>
</
template
>
</vxe-column>
<vxe-column
field=
"releaseStatus"
title=
"发布状态"
>
<
template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.releaseStatus!==0"
size=
"mini"
>
{{
PublishStatus
.
getValue
(
scope
.
row
.
releaseStatus
)
}}
</el-tag>
<el-tag
v-else
type=
"
warning
"
size=
"mini"
>
{{
PublishStatus
.
getValue
(
scope
.
row
.
releaseStatus
)
}}
</el-tag>
<el-tag
v-if=
"scope.row.releaseStatus!==0"
type=
"danger"
size=
"mini"
>
{{
PublishStatus
.
getValue
(
scope
.
row
.
releaseStatus
)
}}
</el-tag>
<el-tag
v-else
type=
"
info
"
size=
"mini"
>
{{
PublishStatus
.
getValue
(
scope
.
row
.
releaseStatus
)
}}
</el-tag>
</
template
>
</vxe-column>
<vxe-column
field=
"createTime"
title=
"创建时间"
></vxe-column>
...
...
@@ -82,7 +82,6 @@
<el-button
type=
"text"
icon=
"el-icon-menu"
@
click=
"all(scope.row)"
:size=
"defaultFormItemSize"
>
详情
</el-button>
<el-button
v-if=
"scope.row.releaseStatus==0"
type=
"text"
icon=
"el-icon-plus"
@
click=
"addVersions(scope.row)"
:size=
"defaultFormItemSize"
>
新增版本
</el-button>
<el-button
type=
"text"
icon=
"el-icon-reading"
v-else
:size=
"defaultFormItemSize"
@
click=
'drill(scope.row)'
>
去训练
</el-button>
<el-button
type=
"text"
icon=
"el-icon-delete"
@
click=
"delDataset(scope.row)"
:size=
"defaultFormItemSize"
>
删除
</el-button>
<template
v-if=
"scope.row.inputStatus !== 0"
>
<el-dropdown
style=
"margin-left:15px;color: #0092FF;"
:size=
"defaultFormItemSize"
>
<span
class=
"el-dropdown-link"
>
...
...
@@ -92,6 +91,7 @@
<el-dropdown-item
v-if=
"scope.row.releaseStatus!==1"
@
click
.
native=
"putOut(scope.row)"
>
发布
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"derived(scope.row)"
>
导出
</el-dropdown-item>
<el-dropdown-item>
清洗
</el-dropdown-item>
<el-button
type=
"text"
icon=
"el-icon-delete"
@
click=
"delDataset(scope.row)"
:size=
"defaultFormItemSize"
>
删除
</el-button>
<!--
<el-dropdown-item
@
click
.
native=
"analyse(scope.row)"
>
分析
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"enhance(scope.row)"
>
增强
</el-dropdown-item>
-->
</el-dropdown-menu>
...
...
@@ -131,7 +131,7 @@ export default {
},
{
title
:
'加工数据集'
,
describe
:
'通过数据分析/清洗
/增强/
标注,对数据资产进行加工处理,提升数据质量'
,
describe
:
'通过数据分析/清洗标注,对数据资产进行加工处理,提升数据质量'
,
img
:
require
(
'@/assets/img/machining.946ba7b5.png'
)
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment