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
18ddf7e0
Commit
18ddf7e0
authored
Jul 21, 2022
by
shaojiawen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:UI
parent
c29a62cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
actCodeDetail.vue
...s/salesleads/actCodeManage/staffActCode/actCodeDetail.vue
+2
-2
No files found.
src/views/salesleads/actCodeManage/staffActCode/actCodeDetail.vue
View file @
18ddf7e0
...
...
@@ -33,7 +33,7 @@
<!--
<el-tag
size=
"small"
type=
"info"
>
{{
codeInfo
.
memberLabelName
||
'--'
}}
</el-tag>
-->
</div>
</div>
<div
v-if=
"codeInfo.statusFlag != 2"
class=
"flex"
style=
"padding-top:20px;"
>
<div
v-if=
"codeInfo.statusFlag != 2
&& codeInfo.statusFlag
"
class=
"flex"
style=
"padding-top:20px;"
>
<el-button
v-if=
"codeInfo.hmType == 2 && codeInfo.statusFlag == 1"
icon=
"el-icon-download"
type=
"primary"
style=
"width:120px;margin-right: 12px;"
@
click=
"downloadQR"
>
下载二维码
</el-button>
<el-button
type=
"primary"
plain
style=
"width:98px;"
@
click=
"modifyCode"
>
编辑
</el-button>
<el-button
class=
"button-discard"
type=
"danger"
plain
:style=
"codeInfo.hmType == 2 && useMemberList.length > 0 ? '' : 'border-color: #F5222D;'"
@
click=
"discardCode"
:disabled=
"codeInfo.hmType == 2 && useMemberList.length > 0"
>
作废
</el-button>
...
...
@@ -75,7 +75,7 @@ export default {
},
data
()
{
return
{
fixedHeight
:
2
80
,
fixedHeight
:
2
37
,
codeInfo
:
{},
loading
:
false
,
activeName
:
'first'
,
...
...
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