Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
Overview
Overview
Details
Activity
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
memberTag
memberTag-web
Commits
725c26c8
Commit
725c26c8
authored
Apr 27, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ui
parent
77782e0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
batch-list.vue
src/components/tag/batch-list.vue
+1
-1
No files found.
src/components/tag/batch-list.vue
View file @
725c26c8
...
...
@@ -2,7 +2,7 @@
<el-dialog
title=
""
width=
"416px"
top=
"30vh"
custom-class=
"cre-dialog"
:visible
.
sync=
"batchDialog"
center
:modal-append-to-body=
"false"
:before-close=
"closeBatch"
>
<p
class=
"tips"
slot=
"title"
>
{{
operNum
==
0
?
'批量失效'
:
operNum
==
1
?
'批量删除'
:
'修改所属分类'
}}
</p>
<div
class=
"el-message-box__status el-alert__icon el-icon-warning is-big icon"
></div>
<div
v-if=
"[0,1].includes(operNum)"
class=
"el-message-box__status el-alert__icon el-icon-warning is-big icon"
></div>
<div
v-loading=
"loading"
>
<div
class=
"batch-content"
>
<div
v-if=
"operNum == 0"
>
...
...
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