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
68fe1e06
Commit
68fe1e06
authored
Apr 13, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ui
parent
7b13bfd1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
tag-config-options.vue
src/components/tag/tag-config-options.vue
+1
-1
member-tag.vue
src/view/platformTag/member-tag.vue
+1
-1
second-tag.vue
src/view/platformTag/second-tag.vue
+4
-1
No files found.
src/components/tag/tag-config-options.vue
View file @
68fe1e06
...
...
@@ -225,7 +225,7 @@
<el-option
class=
"options"
v-for=
"item in parent.searchOptions"
:key=
"item.key"
:label=
"item.value"
:value=
"item.key"
>
<div
:class=
"parent.addSelectTags.some(el => el.clerkId == item.key) && 'active'"
>
<p>
{{
item
.
value
||
'--'
}}
</p>
<p>
{{
item
.
clerkCode
||
'--'
}}
{{
parent
.
addSelectTags
}}
</p>
<p>
{{
item
.
clerkCode
||
'--'
}}
</p>
</div>
</el-option>
</el-select>
...
...
src/view/platformTag/member-tag.vue
View file @
68fe1e06
...
...
@@ -964,7 +964,7 @@ export default {
}
.my-pop-tagbox
{
position
:
fixed
;
z-index
:
2
;
z-index
:
10
;
right
:
29px
;
bottom
:
230px
;
height
:
120px
;
...
...
src/view/platformTag/second-tag.vue
View file @
68fe1e06
...
...
@@ -174,7 +174,8 @@ export default {
...
el
,
editName
:
false
,
editText
:
'编辑'
,
deleteText
:
'删除'
deleteText
:
'删除'
,
originLevelName
:
el
.
levelName
}));
this
.
editData
[
i
].
editName
=
true
;
this
.
editData
[
i
].
editText
=
'确认'
;
...
...
@@ -227,6 +228,7 @@ export default {
this
.
editData
[
i
].
editName
=
false
;
this
.
editData
[
i
].
editText
=
'编辑'
;
this
.
editData
[
i
].
deleteText
=
'删除'
;
this
.
editData
[
i
].
levelName
=
list
.
originLevelName
;
return
;
}
const
param
=
{
...
...
@@ -361,6 +363,7 @@ export default {
.light-active
{
background
:
#EBEFFE
;
color
:
#2f54eb
;
font-weight
:
500
;
}
.icon-next-
{
font-size
:
30px
;
...
...
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