Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李伟超(前端)
/
guoguo_kuaidi
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c6e0daac
authored
Nov 03, 2023
by
李伟超(前端)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
1 parent
bb590d75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/views/campus/couponYhq.vue
src/views/platformSetting/platformSetting.vue
src/views/campus/couponYhq.vue
View file @
c6e0daa
...
...
@@ -15,6 +15,8 @@
</el-table-column>
<el-table-column
prop=
"couponName"
label=
"优惠券名称"
>
</el-table-column>
<el-table-column
prop=
"couponId"
label=
"优惠券id"
>
</el-table-column>
<el-table-column
prop=
"couponPicture"
label=
"优惠券图片"
>
<
template
slot-scope=
"scope"
>
<img
v-if=
"scope.row.couponPicture"
:src=
"scope.row.couponPicture"
alt=
""
width=
"40"
height=
"40"
>
...
...
src/views/platformSetting/platformSetting.vue
View file @
c6e0daa
...
...
@@ -13,7 +13,7 @@
<el-tab-pane
label=
"开关配置"
name=
"kaiguan"
lazy
>
<switch-setting
:tabName=
"activeName"
></switch-setting>
</el-tab-pane>
<el-tab-pane
label=
"优惠券配置"
name=
"yhq"
lazy
>
<el-tab-pane
label=
"
新人
优惠券配置"
name=
"yhq"
lazy
>
<coupon-new-user
:tabName=
"activeName"
></coupon-new-user>
</el-tab-pane>
</el-tabs>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment