团购、限时秒杀
This commit is contained in:
parent
835a1615ce
commit
0ad95d61eb
|
@ -129,6 +129,8 @@ const mainRoutes = {
|
|||
{ path: '/conversionRate', component: _import('conversionRate/conversionRate'), name: 'conversionRate', meta: { title: '转化率列表', isTab: true } },
|
||||
// 2024.06.05
|
||||
{ path: '/massagePackage', component: _import('bl/massage/massagePackage'), name: 'massagePackage', meta: { title: '服务包列表', isTab: true } },
|
||||
// 2024.07.17
|
||||
{ path: '/massageActivity', component: _import('bl/activity/massageActivity'), name: 'massageActivity', meta: { title: '活动列表', isTab: true } },
|
||||
// 2024.06.08
|
||||
{ path: '/packageOrder', component: _import('bl/order/packageOrder'), name: 'packageOrder', meta: { title: '服务包订单', isTab: true } },
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -112,7 +112,7 @@
|
|||
{{ showDictValue(scope.row.classifyId, fwData) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="等级" fixed="left" prop="level">
|
||||
<el-table-column label="等级" fixed="left" prop="level" width="60">
|
||||
<template slot-scope="scope">
|
||||
{{ showLevelValue(scope.row.level, levelData) }}
|
||||
</template>
|
||||
|
@ -1336,6 +1336,7 @@ export default {
|
|||
title: this.title,
|
||||
status: this.status,
|
||||
level: this.level,
|
||||
isActivity:0
|
||||
}),
|
||||
}).then(({data}) => {
|
||||
if (data.code == 0) {
|
||||
|
@ -1778,6 +1779,7 @@ export default {
|
|||
labels: this.labelsArr.toString(),
|
||||
city: this.city,
|
||||
level: this.level,
|
||||
isActivity:0
|
||||
}),
|
||||
}).then(({data}) => {
|
||||
if (data.code == 0) {
|
||||
|
|
Loading…
Reference in New Issue