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
dcde33eb
Commit
dcde33eb
authored
Mar 07, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改优惠卷显示
parent
69a37ad7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-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
+1
-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
+1
-1
No files found.
src/views/system/consumerCoupon/index.vue
View file @
dcde33eb
...
@@ -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 @
dcde33eb
...
@@ -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 @
dcde33eb
...
@@ -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/queryShopDeal.vue
View file @
dcde33eb
...
@@ -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 @
dcde33eb
...
@@ -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 @
dcde33eb
...
@@ -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"
/>
...
...
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