Commit f10e2170 by tangjiale

修改Bug

parent 7a47a8df
......@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com
* @Date: 2022-06-17 08:47:27
* @LastEditors: tangjiale
* @LastEditTime: 2022-07-01 10:24:23
* @LastEditTime: 2022-07-05 15:49:15
-->
......@@ -45,7 +45,8 @@
<!-- 体验课订单详情 / 班课报名详情 -->
<template v-else>
<el-row :gutter="10">
<el-col :span="8" v-if="type == 1">订单编号:{{detail.orderNo}}</el-col>
<el-col :span="8" v-if="type == 1">微信订单编号:{{detail.orderNo}}</el-col>
<el-col :span="8" v-if="type == 1">内部订单编号:{{detail.orderId}}</el-col>
<el-col :span="8" v-if="type == 1">订单状态:{{tyOrderState[detail.orderStatus]}}</el-col>
<el-col :span="8" v-if="type == 2">报名状态:{{orderState[detail.bmStatus]}}</el-col>
......@@ -91,7 +92,7 @@ export default {
data(){
return{
orderState:['待确认报名','已确认报名','待取消报名','已取消报名'],
tyOrderState:['待支付','待发货','全部退货','已收货','已取消','待收货'],
tyOrderState:['待支付','已订购','待退款','已退款','已关闭'],
courseStep:['','小学','初中','高中'],
leveId:['','基础班','提高班','精英班','赛事班'],
show:false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment