MrShi
7 小时以前 6ebeddfe87542e4b3abfbe1adeb9187204f63ba8
admin/src/views/combo/components/OrderDetail.vue
@@ -1,6 +1,9 @@
<template>
  <GlobalWindow :title="title" width="1000px" :visible.sync="visible" :confirm-working="isWorking">
    <div class="title">订单信息</div>
  <GlobalWindow :title="title" width="1100px" :visible.sync="visible" :confirm-working="isWorking">
    <div class="title">
      订单信息
      <el-tag>{{ info.channel == 1 ? '抖音团购' : '小程序端' }}</el-tag>
    </div>
    <div class="info_warp">
      <div class="item">
        <div class="la">订单编号:</div>
@@ -24,7 +27,11 @@
      </div>
      <div class="item">
        <div class="la">支付方式:</div>
        <div class="val">{{ info.payWay == 0 ? '微信' : '支付宝' }}</div>
        <div class="val">
          <span v-if="info.payWay == 0">微信支付</span>
          <span v-if="info.payWay == 1">支付宝</span>
          <span v-if="info.payWay == 2">抖音验券</span>
        </div>
      </div>
      <div class="item">
        <div class="la">支付单号:</div>
@@ -32,7 +39,7 @@
      </div>
      <div class="item">
        <div class="la">完成时间:</div>
        <div class="val">{{ info.closeDate }}</div>
        <div class="val">{{ info.payDate }}</div>
      </div>
      <div class="item">
        <div class="la">备注:</div>
@@ -59,7 +66,7 @@
      <el-table-column prop="name" min-width="100px" label="套餐卡" show-overflow-tooltip align="center"></el-table-column>
      <el-table-column prop="refundType" label="有效期" min-width="160px" align="center">
        <template slot-scope="{row}">
          {{ row.startDate }} 至 {{ row.endDate }}
          {{ row.useStartDate }} 至 {{ row.useEndDate }}
        </template>
      </el-table-column>
      <el-table-column label="数量" width="80px" align="center">