Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
6f8b16aa
Commit
6f8b16aa
authored
Apr 13, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
73f7e150
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.html
index.html
+1
-1
reset.scss
src/assets/style/base/reset.scss
+1
-1
recycle-record-detail.vue
src/views/card/recycle-record-detail.vue
+2
-2
No files found.
index.html
View file @
6f8b16aa
...
...
@@ -8,7 +8,7 @@
<!-- <title>GIC后台</title> -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"<%= htmlWebpackPlugin.options.BASE_URL %>static/fonts/iconfont.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"<%= htmlWebpackPlugin.options.BASE_URL %>static/css/common.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2996579_
93aeeozj35q
.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2996579_
875h3lycepk
.css"
>
<!-- <link rel="stylesheet" href="//web-1251519181.file.myqcloud.com/components/element.2.12.0.css"> -->
<!-- element 皮肤 -->
<!-- <link rel="stylesheet" type="text/css" href="http://web-1251519181.file.myqcloud.com/lib/elementUI/theme.1.0.1/index.css"> -->
...
...
src/assets/style/base/reset.scss
View file @
6f8b16aa
...
...
@@ -23,7 +23,7 @@ i {
font-size
:
14px
;
}
p
{
color
:
$primary-font-color
;
//
color: $primary-font-color;
}
a
{
color
:
#2f54eb
;
...
...
src/views/card/recycle-record-detail.vue
View file @
6f8b16aa
...
...
@@ -4,7 +4,7 @@
<el-input
v-model=
"listParams.searchParams"
class=
"w300"
placeholder=
"请输入姓名/昵称/手机号/会员卡号"
clearable
@
change=
"refresh"
><i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i></el-input>
<el-input
v-model=
"listParams.refundOrderSerial"
class=
"w300"
placeholder=
"请输入退款单号"
clearable
@
change=
"refresh"
><i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i></el-input>
<el-date-picker
class=
"w250"
v-model=
"dateTime"
value-format=
"yyyy-MM-dd"
type=
"daterange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
@
change=
"handleDateChange"
></el-date-picker>
<el-button
class=
"fr"
type=
"primary"
@
click=
"exportExcel"
icon=
"iconfont icon-
icon_yunxiazai fz14"
>
下载Excel
</el-button>
<el-button
class=
"fr"
type=
"primary"
@
click=
"exportExcel"
icon=
"iconfont icon-
xiazai fz14"
>
按搜索结果导出
</el-button>
</div>
<el-table
tooltipEffect=
"light"
:data=
"tableList"
:style=
"
{ width: '100%' }">
<el-table-column
show-overflow-tooltip
width=
"180"
prop=
"sendBackTime"
label=
"基本信息"
fixed=
"left"
>
...
...
@@ -125,7 +125,7 @@ export default {
this
.
show
=
true
;
this
.
detailLoading
=
true
;
try
{
let
res
=
await
listConsumeCouponDetail
({
id
:
'2c90a8838020f6a2018020f6ed1f0000'
||
row
.
couponId
});
//2c90a8838020f6a2018020f6ed1f0000
let
res
=
await
listConsumeCouponDetail
({
id
:
row
.
couponId
});
//2c90a8838020f6a2018020f6ed1f0000
this
.
detailList
=
res
.
result
||
[];
}
catch
(
err
)
{
this
.
$tips
({
type
:
'error'
,
message
:
'加载列表失败'
});
...
...
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