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
59b6dc87
Commit
59b6dc87
authored
Apr 12, 2024
by
pengxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标记图标修改。
parent
c2b8165a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
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
No files found.
src/views/gptTraining/dataServices/dataCleansing/index.vue
View file @
59b6dc87
...
...
@@ -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 @
59b6dc87
...
...
@@ -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 @
59b6dc87
...
...
@@ -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>
...
...
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