|
@ -19,7 +19,7 @@ |
|
|
<view class="td-box"> |
|
|
<view class="td-box"> |
|
|
<view class="tb-title">计时信息</view> |
|
|
<view class="tb-title">计时信息</view> |
|
|
<view class="tb-line"> |
|
|
<view class="tb-line"> |
|
|
<!-- 项目 场次有 人次没有 order_type: 1场次 2人次 --> |
|
|
|
|
|
|
|
|
<!-- 项目 场时有 人时没有 order_type: 1场时 2人时 --> |
|
|
<view v-if="orderInfo.order_type==1">项目:<text>{{orderInfo.project_name || '-'}}({{orderInfo.venue_name || '-'}})</text></view> |
|
|
<view v-if="orderInfo.order_type==1">项目:<text>{{orderInfo.project_name || '-'}}({{orderInfo.venue_name || '-'}})</text></view> |
|
|
<view>进场时间:<text>{{orderInfo.start_time || '-'}}</text></view> |
|
|
<view>进场时间:<text>{{orderInfo.start_time || '-'}}</text></view> |
|
|
<!-- 离场时间 已完成显示 --> |
|
|
<!-- 离场时间 已完成显示 --> |
|
@ -108,6 +108,7 @@ export default { |
|
|
'0': '微信支付', |
|
|
'0': '微信支付', |
|
|
'1': '支付宝支付', |
|
|
'1': '支付宝支付', |
|
|
'2': '储值卡支付', |
|
|
'2': '储值卡支付', |
|
|
|
|
|
'3': '商家主动结束计费', |
|
|
} |
|
|
} |
|
|
return _obj[`${status}`] || '-' |
|
|
return _obj[`${status}`] || '-' |
|
|
} |
|
|
} |
|
|