Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
2a2ec648
Commit
2a2ec648
authored
Jul 20, 2022
by
shaojiawen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 标签无效样式
parent
6bdcf7f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
actCodeDetail.vue
...s/salesleads/actCodeManage/staffActCode/actCodeDetail.vue
+5
-2
No files found.
src/views/salesleads/actCodeManage/staffActCode/actCodeDetail.vue
View file @
2a2ec648
...
@@ -27,7 +27,10 @@
...
@@ -27,7 +27,10 @@
</div>
</div>
<div
class=
"flex flex-1"
>
<div
class=
"flex flex-1"
>
<div
class=
"font-14 line-22"
>
活码标签:
</div>
<div
class=
"font-14 line-22"
>
活码标签:
</div>
<el-tag
size=
"small"
type=
"info"
>
{{
codeInfo
.
memberLabelName
||
'--'
}}
</el-tag>
<el-tooltip
:disabled=
"codeInfo.memberLabelStatus != 0"
content=
"已删除"
placement=
"top"
>
<el-tag
size=
"small"
:type=
"codeInfo.memberLabelStatus == 0 ? 'warning' : 'info'"
>
{{
codeInfo
.
memberLabelName
||
'--'
}}
</el-tag>
</el-tooltip>
<!--
<el-tag
size=
"small"
type=
"info"
>
{{
codeInfo
.
memberLabelName
||
'--'
}}
</el-tag>
-->
</div>
</div>
</div>
</div>
<div
v-if=
"codeInfo.statusFlag != 2"
class=
"flex"
style=
"padding-top:20px;"
>
<div
v-if=
"codeInfo.statusFlag != 2"
class=
"flex"
style=
"padding-top:20px;"
>
...
@@ -199,7 +202,7 @@ export default {
...
@@ -199,7 +202,7 @@ export default {
padding-bottom
:
0
;
padding-bottom
:
0
;
height
:
40px
;
height
:
40px
;
background
:
white
;
background
:
white
;
width
:
100%
;
width
:
calc
(
100%
-
180px
)
;
//
left
:
50px
;
//
left
:
50px
;
}
}
.button-discard
{
.button-discard
{
...
...
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