优化商品编辑
This commit is contained in:
@@ -23,6 +23,16 @@
|
||||
<span v-else>无</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="商品信息" width="150">
|
||||
<template v-slot="scope">
|
||||
{{ goodsNameFilter(scope.row.goods) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="状态" width="100">
|
||||
<template v-slot="scope">
|
||||
{{ filterLable("orderStatus", scope.row.status) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="订单信息" width="340">
|
||||
<template v-slot="scope">
|
||||
<div class="column">
|
||||
@@ -49,7 +59,7 @@
|
||||
<div class="row">
|
||||
支付类型:{{ filterLable("payType", scope.row.payType) }}
|
||||
</div>
|
||||
<div class="row">支付单号:{{ scope.row.payOrderNo }}</div>
|
||||
<!-- <div class="row">支付单号:{{ scope.row.payOrderNo }}</div> -->
|
||||
<div class="row">支付金额:¥{{ scope.row.payAmount }}</div>
|
||||
<div class="row">支付时间:{{ scope.row.paidTime }}</div>
|
||||
<div class="row">
|
||||
@@ -61,16 +71,6 @@
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="商品信息" width="150">
|
||||
<template v-slot="scope">
|
||||
{{ goodsNameFilter(scope.row.goods) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="状态" width="100">
|
||||
<template v-slot="scope">
|
||||
{{ filterLable("orderStatus", scope.row.status) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" width="150" align="center" fixed="right">
|
||||
<template v-slot="scope">
|
||||
<div class="column">
|
||||
|
||||
Reference in New Issue
Block a user