Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_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
pseer
gxpt_web
Commits
d7cd9c8d
Commit
d7cd9c8d
authored
Mar 07, 2024
by
YG8999
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/main'
parents
194e89f1
dcde33eb
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
8 deletions
+10
-8
index.vue
src/views/system/consumerCoupon/index.vue
+3
-3
durationIndex.vue
src/views/system/coupon/durationIndex.vue
+1
-1
index.vue
src/views/system/coupon/index.vue
+2
-1
queryShopDeal.vue
src/views/system/coupon/queryShopDeal.vue
+1
-1
querySkuId.vue
src/views/system/coupon/querySkuId.vue
+1
-1
tiktokindex.vue
src/views/system/coupon/tiktokindex.vue
+2
-1
No files found.
src/views/system/consumerCoupon/index.vue
View file @
d7cd9c8d
...
@@ -165,10 +165,10 @@
...
@@ -165,10 +165,10 @@
<!--序号-->
<!--序号-->
<el-table-column
type=
"index"
width=
"55"
align=
"center"
label=
"序号"
/>
<el-table-column
type=
"index"
width=
"55"
align=
"center"
label=
"序号"
/>
<!--
<el-table-column
label=
"ID"
align=
"center"
prop=
"id"
/>
-->
<!--
<el-table-column
label=
"ID"
align=
"center"
prop=
"id"
/>
-->
<el-table-column
label=
"用户手机号"
align=
"center"
prop=
"phone"
/>
<el-table-column
label=
"用户手机号"
align=
"center"
prop=
"phone"
width=
"130px"
/>
<el-table-column
label=
"用户昵称"
align=
"center"
prop=
"nickName"
/>
<el-table-column
label=
"用户昵称"
align=
"center"
prop=
"nickName"
/>
<el-table-column
label=
"优惠券编码"
align=
"center"
prop=
"couponCode"
width=
"
3
50px"
/>
<el-table-column
label=
"优惠券编码"
align=
"center"
prop=
"couponCode"
width=
"
1
50px"
/>
<el-table-column
label=
"优惠券名称"
align=
"center"
prop=
"name"
width=
"
24
0px"
/>
<el-table-column
label=
"优惠券名称"
align=
"center"
prop=
"name"
width=
"
30
0px"
/>
<el-table-column
label=
"优惠券类型"
align=
"center"
prop=
"couponType"
>
<el-table-column
label=
"优惠券类型"
align=
"center"
prop=
"couponType"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.store_coupon_type"
:value=
"scope.row.couponType"
/>
<dict-tag
:options=
"dict.type.store_coupon_type"
:value=
"scope.row.couponType"
/>
...
...
src/views/system/coupon/durationIndex.vue
View file @
d7cd9c8d
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
<el-table
v-loading=
"loading"
:data=
"couponList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"couponList"
@
selection-change=
"handleSelectionChange"
>
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
type=
"index"
width=
"55"
align=
"center"
label=
"序号"
/>
<el-table-column
type=
"index"
width=
"55"
align=
"center"
label=
"序号"
/>
<el-table-column
label=
"优惠券名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"优惠券名称"
align=
"center"
prop=
"name"
width=
"300px"
/>
<el-table-column
label=
"优惠券类型"
align=
"center"
prop=
"couponType"
>
<el-table-column
label=
"优惠券类型"
align=
"center"
prop=
"couponType"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.store_coupon_type"
:value=
"scope.row.couponType"
/>
<dict-tag
:options=
"dict.type.store_coupon_type"
:value=
"scope.row.couponType"
/>
...
...
src/views/system/coupon/index.vue
View file @
d7cd9c8d
...
@@ -110,12 +110,13 @@
...
@@ -110,12 +110,13 @@
<el-table
v-loading=
"loading"
:data=
"couponList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"couponList"
@
selection-change=
"handleSelectionChange"
>
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
type=
"index"
width=
"55"
align=
"center"
label=
"序号"
/>
<el-table-column
type=
"index"
width=
"55"
align=
"center"
label=
"序号"
/>
<el-table-column
label=
"优惠券名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"优惠券名称"
align=
"center"
prop=
"name"
width=
"300px"
/>
<el-table-column
label=
"优惠券类型"
align=
"center"
prop=
"couponType"
>
<el-table-column
label=
"优惠券类型"
align=
"center"
prop=
"couponType"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.store_coupon_type"
:value=
"scope.row.couponType"
/>
<dict-tag
:options=
"dict.type.store_coupon_type"
:value=
"scope.row.couponType"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"优惠券原始金额"
align=
"center"
prop=
"subPrice"
/>
<!-- <el-table-column label="时长" align="center" prop="duration" />-->
<!-- <el-table-column label="时长" align="center" prop="duration" />-->
<el-table-column
label=
"平台类型"
align=
"center"
prop=
"platformType"
>
<el-table-column
label=
"平台类型"
align=
"center"
prop=
"platformType"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/system/coupon/queryShopDeal.vue
View file @
d7cd9c8d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<el-row>
<el-row>
<el-table
@
row-click=
"clickRow"
ref=
"table"
:data=
"dataList"
height=
"500px"
>
<el-table
@
row-click=
"clickRow"
ref=
"table"
:data=
"dataList"
height=
"500px"
>
<el-table-column
label=
"套餐名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"套餐名称"
align=
"center"
prop=
"name"
width=
"300px"
/>
<el-table-column
label=
"有效期开始"
align=
"center"
prop=
"startDate"
>
<el-table-column
label=
"有效期开始"
align=
"center"
prop=
"startDate"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
startDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
startDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
...
...
src/views/system/coupon/querySkuId.vue
View file @
d7cd9c8d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<el-row>
<el-row>
<el-table
@
row-click=
"clickRow"
ref=
"table"
:data=
"dataList"
height=
"500px"
>
<el-table
@
row-click=
"clickRow"
ref=
"table"
:data=
"dataList"
height=
"500px"
>
<el-table-column
label=
"套餐名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"套餐名称"
align=
"center"
prop=
"name"
width=
"300px"
/>
<el-table-column
label=
"有效期开始"
align=
"center"
prop=
"startDate"
>
<el-table-column
label=
"有效期开始"
align=
"center"
prop=
"startDate"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
startDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
startDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
...
...
src/views/system/coupon/tiktokindex.vue
View file @
d7cd9c8d
...
@@ -110,12 +110,13 @@
...
@@ -110,12 +110,13 @@
<el-table
v-loading=
"loading"
:data=
"couponList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"couponList"
@
selection-change=
"handleSelectionChange"
>
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
type=
"index"
width=
"55"
align=
"center"
label=
"序号"
/>
<el-table-column
type=
"index"
width=
"55"
align=
"center"
label=
"序号"
/>
<el-table-column
label=
"优惠券名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"优惠券名称"
align=
"center"
prop=
"name"
width=
"300px"
/>
<el-table-column
label=
"优惠券类型"
align=
"center"
prop=
"couponType"
>
<el-table-column
label=
"优惠券类型"
align=
"center"
prop=
"couponType"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.store_coupon_type"
:value=
"scope.row.couponType"
/>
<dict-tag
:options=
"dict.type.store_coupon_type"
:value=
"scope.row.couponType"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"优惠券原始金额"
align=
"center"
prop=
"subPrice"
/>
<!-- <el-table-column label="时长" align="center" prop="duration" />-->
<!-- <el-table-column label="时长" align="center" prop="duration" />-->
<el-table-column
label=
"平台类型"
align=
"center"
prop=
"platformType"
>
<el-table-column
label=
"平台类型"
align=
"center"
prop=
"platformType"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
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