优化商品编辑

This commit is contained in:
gyq
2025-03-12 18:24:33 +08:00
parent 48c9f24d4c
commit cfe9f7bb36
18 changed files with 574 additions and 223 deletions

View File

@@ -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">