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
aae56bc7
Commit
aae56bc7
authored
Apr 15, 2024
by
mhw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.35:3000/lmp/lmp_web
parents
b62a22ec
59b6dc87
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
index.vue
src/views/gptTraining/dataServices/dataCleansing/index.vue
+2
-2
index.vue
...views/gptTraining/dataServices/onlineAnnotation/index.vue
+1
-1
label.vue
...rvices/onlineAnnotation/versionsTableBox/dialog/label.vue
+3
-3
particulars.vue
.../onlineAnnotation/versionsTableBox/dialog/particulars.vue
+3
-3
index.vue
.../dataServices/onlineAnnotation/versionsTableBox/index.vue
+1
-1
No files found.
src/views/gptTraining/dataServices/dataCleansing/index.vue
View file @
aae56bc7
...
...
@@ -67,8 +67,8 @@
<
template
slot
-
scope
=
"scope"
>
<!--
<
el
-
button
type
=
"text"
:
size
=
"defaultFormItemSize"
@
click
=
"stopClean(scope.row)"
v
-
if
=
"scope.row.cleanStatus===0"
>
暂停清洗
<
/el-button>
<
el
-
button
type
=
"text"
:
size
=
"defaultFormItemSize"
@
click
=
"restartClean(scope.row)"
v
-
if
=
"scope.row.cleanStatus===2"
>
重新清洗
<
/el-button>-->
<
el
-
button
type
=
"text"
:
size
=
"defaultFormItemSize"
@
click
=
"details(scope.row)"
>
详情
<
/el-button>
<
el
-
button
type
=
"text"
:
size
=
"defaultFormItemSize"
@
click
=
"del(scope.row)"
>
删除
<
/el-button>
<
el
-
button
type
=
"text"
icon
=
"el-icon-menu"
:
size
=
"defaultFormItemSize"
@
click
=
"details(scope.row)"
>
详情
<
/el-button>
<
el
-
button
type
=
"text"
icon
=
"el-icon-delete"
:
size
=
"defaultFormItemSize"
@
click
=
"del(scope.row)"
>
删除
<
/el-button>
<
/template>
<
/vxe-column>
<
/vxe-table>
...
...
src/views/gptTraining/dataServices/onlineAnnotation/index.vue
View file @
aae56bc7
...
...
@@ -54,7 +54,7 @@
<el-button
type=
"text"
icon=
"el-icon-menu"
:size=
"defaultFormItemSize"
@
click=
"all(scope.row)"
>
{{
scope
.
row
.
releaseStatus
===
1
?
'详情'
:
'标记'
}}
</el-button>
<!--
<el-button
type=
"text"
:size=
"defaultFormItemSize"
>
标注
</el-button>
-->
<!--
<el-button
type=
"text"
:size=
"defaultFormItemSize"
@
click=
"edit(scope.row)"
>
编辑
</el-button>
-->
<el-button
type=
"text"
:size=
"defaultFormItemSize"
@
click=
"del(scope.row)"
:disabled=
"scope.row.releaseStatus === 1"
>
删除
</el-button>
<el-button
type=
"text"
icon=
"el-icon-delete"
:size=
"defaultFormItemSize"
@
click=
"del(scope.row)"
:disabled=
"scope.row.releaseStatus === 1"
>
删除
</el-button>
</
template
>
</vxe-column>
</vxe-table>
...
...
src/views/gptTraining/dataServices/onlineAnnotation/versionsTableBox/dialog/label.vue
View file @
aae56bc7
...
...
@@ -19,9 +19,9 @@
</vxe-column>
</vxe-table>
<el-row
type=
"flex"
justify=
"end"
class=
"dialog-btn-layer mt20"
v-if=
"isEdit"
>
<el-button
:size=
"defaultFormItemSize"
:plain=
"true"
@
click=
"onCancel(false)"
>
取消
</el-button>
<el-button
type=
"primary"
:size=
"defaultFormItemSize"
@
click=
"onSubmit"
>
确定
</el-button>
<el-row
type=
"flex"
justify=
"end"
class=
"dialog-btn-layer mt20"
>
<el-button
:size=
"defaultFormItemSize"
:plain=
"true"
@
click=
"onCancel(false)"
>
关闭
</el-button>
<el-button
type=
"primary"
:size=
"defaultFormItemSize"
@
click=
"onSubmit"
v-if=
"isEdit"
>
确定
</el-button>
</el-row>
</div>
</template>
...
...
src/views/gptTraining/dataServices/onlineAnnotation/versionsTableBox/dialog/particulars.vue
View file @
aae56bc7
...
...
@@ -15,8 +15,8 @@
<vxe-column
field=
"operation"
title=
"操作"
width=
"150px"
>
<template
slot-scope=
"scope"
>
<el-button
type=
"text"
:size=
"defaultFormItemSize"
@
click=
"check(scope.row)"
>
查看
</el-button>
<el-button
type=
"text"
:size=
"defaultFormItemSize"
@
click=
"label(scope.row)"
v-if=
"versionItem.dimensionType
===0"
>
标注
</el-button>
<el-button
type=
"text"
:size=
"defaultFormItemSize"
@
click=
"del(scope.row)"
>
删除
</el-button>
<el-button
type=
"text"
:size=
"defaultFormItemSize"
@
click=
"label(scope.row)"
v-if=
"releaseStatus
===0"
>
标注
</el-button>
<el-button
type=
"text"
:size=
"defaultFormItemSize"
@
click=
"del(scope.row)"
v-if=
"releaseStatus===0"
>
删除
</el-button>
</
template
>
</vxe-column>
</vxe-table>
...
...
@@ -52,7 +52,7 @@ export default {
},
components
:
{},
props
:
[
'versionItem'
],
props
:
[
'versionItem'
,
'releaseStatus'
],
computed
:
{
...
mapGetters
([
'getMainContextHeight'
]),
tableHeight
()
{
...
...
src/views/gptTraining/dataServices/onlineAnnotation/versionsTableBox/index.vue
View file @
aae56bc7
...
...
@@ -10,7 +10,7 @@
<el-tabs
v-model=
"activeName"
style=
"width:calc(100% - 200px)"
v-if=
"nowVersion"
>
<div
style=
"position: absolute; top: -55px; right: 0;"
>
<el-button
type=
"primary"
plain
:size=
"defaultFormItemSize"
@
click=
"dataImport(nowVersion)"
>
导入
</el-button>
<el-button
type=
"danger"
plain
:size=
"defaultFormItemSize"
@
click=
"del(nowVersion)"
>
删除
</el-button>
<el-button
type=
"danger"
plain
:size=
"defaultFormItemSize"
v-if=
"nowVersion.releaseStatus === 0"
@
click=
"del(nowVersion)"
>
删除
</el-button>
<template
v-if=
"nowVersion.inputStatus !== 0"
>
<el-dropdown
split-button
type=
"primary"
plain
style=
"margin-left:10px;font-size: 12px;color: #0092FF;"
:size=
"defaultFormItemSize"
>
<span
class=
"el-dropdown-link"
>
...
...
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