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
ff95d4b7
Commit
ff95d4b7
authored
Jul 21, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpate: dist
parent
7b28c60e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
index.html
index.html
+1
-1
actCodeDetail.vue
...s/salesleads/actCodeManage/staffActCode/actCodeDetail.vue
+1
-1
public.css
static/css/public.css
+1
-5
No files found.
index.html
View file @
ff95d4b7
...
...
@@ -13,7 +13,7 @@
<meta
charset=
"utf-8"
>
<link
rel=
"shortcut icon"
href=
"./favicon.ico"
/>
<title>
好办管理平台
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.7
5
.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.7
6
.css"
/>
<!--好办后台3.0-->
<!-- <link rel="stylesheet" type="text/css" href="//at.alicdn.com/t/font_1628375_vcg1gtmx7lb.css" /> -->
<script
src=
"//at.alicdn.com/t/font_1628375_vcg1gtmx7lb.js"
></script>
...
...
src/views/salesleads/actCodeManage/staffActCode/actCodeDetail.vue
View file @
ff95d4b7
...
...
@@ -36,7 +36,7 @@
<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>
<el-button
class=
"button-discard
specter
"
type=
"danger"
plain
:style=
"codeInfo.hmType == 2 && useMemberList.length > 0 ? '' : 'border-color: #F5222D;'"
@
click=
"discardCode"
:disabled=
"codeInfo.hmType == 2 && useMemberList.length > 0"
>
作废
</el-button>
</div>
</div>
</div>
...
...
static/css/public.css
View file @
ff95d4b7
...
...
@@ -1161,11 +1161,7 @@ button.el-button--primary.is-plain:focus {
background-color
:
#2f54ed
;
border-color
:
#2f54ed
;
}
button
.el-button--danger.is-plain
{
color
:
#F5222D
;
background
:
#fff
;
border-color
:
#c4c6cf
;
}
/* 拖拽 */
.sortable-chosen.sortable-ghost
.li-cell
{
...
...
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