diff --git a/src/router/index.js b/src/router/index.js index 58103dd..d047673 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -127,6 +127,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.06.08 + { path: '/packageOrder', component: _import('bl/order/packageOrder'), name: 'packageOrder', meta: { title: '服务包订单', isTab: true } }, ], beforeEnter(to, from, next) { diff --git a/src/views/bl/order/packageOrder.vue b/src/views/bl/order/packageOrder.vue new file mode 100644 index 0000000..2f6718d --- /dev/null +++ b/src/views/bl/order/packageOrder.vue @@ -0,0 +1,444 @@ + + + + + 订单号: + + + + + 服务类型: + + + + + + + 服务名称: + + + + + 状态: + + + + + + 查询 + + 重置 + + + + + + + + {{ showDictValue(scope.row.type, typeDictData) }} + + + + + + + {{ scope.row.vipRate }}% + + + + + + + + + + app微信 + 微信公众号 + 微信小程序 + 微信公众号浏览器支付 + 零钱 + 支付宝 + + + + + + 已支付 + 已退款 + + + + + {{ scope.row.couponCount }} + + + + + {{ scope.row.couponMoney }} + + + + + + + 项目详情 + + 退款 + + + + + + + + + + + + + + + + + + + + + + + + + + 暂无图片 + + + + + + + + + + + + + 订单号: + {{ ordersNo }} + + + 服务类型: + {{ showDictValue(type, typeDictData) }} + + + 服务名称: + {{ packageName }} + + + 支付金额: + {{ payMoney }} + + + 退款金额: + + + + + + + + + + +