|
@@ -17,7 +17,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
- <vxe-column field="sourceId" title="线上订单号" width="140"> </vxe-column>
|
|
|
|
|
|
+ <!-- <vxe-column field="sourceId" title="线上订单号" width="140"> </vxe-column> -->
|
|
<vxe-column field="product" title="商品" width="140">
|
|
<vxe-column field="product" title="商品" width="140">
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
<el-badge :value="item.qty" class="item-pro" type="primary" :max="99" v-for="(item,index) of row.items" :key="index">
|
|
<el-badge :value="item.qty" class="item-pro" type="primary" :max="99" v-for="(item,index) of row.items" :key="index">
|
|
@@ -29,7 +29,8 @@
|
|
</el-badge>
|
|
</el-badge>
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
- <vxe-column field="type" title="订单类型" width="120">
|
|
|
|
|
|
+ <vxe-column field="businessType" title="订单分类" width="120"></vxe-column>
|
|
|
|
+ <!-- <vxe-column field="type" title="订单类型" width="120">
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
<span v-if="row.type == 'Common'">普通订单</span>
|
|
<span v-if="row.type == 'Common'">普通订单</span>
|
|
<span v-if="row.type == 'Reissue'">补发订单</span>
|
|
<span v-if="row.type == 'Reissue'">补发订单</span>
|
|
@@ -37,7 +38,7 @@
|
|
<span v-if="row.type == 'SupplyPlus'">供销Plus</span>
|
|
<span v-if="row.type == 'SupplyPlus'">供销Plus</span>
|
|
<span v-if="row.type == 'Exchange'">换货订单</span>
|
|
<span v-if="row.type == 'Exchange'">换货订单</span>
|
|
</template>
|
|
</template>
|
|
- </vxe-column>
|
|
|
|
|
|
+ </vxe-column> -->
|
|
<vxe-column field="status" title="订单状态" width="120">
|
|
<vxe-column field="status" title="订单状态" width="120">
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
<span v-if="row.status == 'WaitPay'">待付款</span>
|
|
<span v-if="row.status == 'WaitPay'">待付款</span>
|
|
@@ -52,11 +53,11 @@
|
|
<span v-if="row.status == 'Cancelled'">取消</span>
|
|
<span v-if="row.status == 'Cancelled'">取消</span>
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
- <vxe-column field="sourceFrom" title="订单来源" width="120">
|
|
|
|
|
|
+ <!-- <vxe-column field="sourceFrom" title="订单来源" width="120">
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
{{ getFromText(row.sourceFrom) }}
|
|
{{ getFromText(row.sourceFrom) }}
|
|
</template>
|
|
</template>
|
|
- </vxe-column>
|
|
|
|
|
|
+ </vxe-column> -->
|
|
<vxe-column field="shipment" title="跨境买家指定物流" width="120"></vxe-column>
|
|
<vxe-column field="shipment" title="跨境买家指定物流" width="120"></vxe-column>
|
|
<vxe-column field="chosenChannel" title="实发快递渠道" width="120"></vxe-column>
|
|
<vxe-column field="chosenChannel" title="实发快递渠道" width="120"></vxe-column>
|
|
<vxe-column field="logisticsId" title="快递单号" width="120"></vxe-column>
|
|
<vxe-column field="logisticsId" title="快递单号" width="120"></vxe-column>
|