feat:【mall 商城】售后退款(100% ele)

This commit is contained in:
YunaiV
2025-10-14 21:32:51 +08:00
parent 6fe61f9efb
commit 0d551f72a4
11 changed files with 684 additions and 571 deletions

View File

@@ -139,7 +139,6 @@ export function useAfterSaleInfoSchema(): DescriptionItemSchema[] {
src: url,
width: 60,
height: 60,
class: 'object-cover',
}),
),
);

View File

@@ -238,7 +238,7 @@ onMounted(() => {
type: 'primary',
danger: true,
onClick: handleDisagree,
// ifShow: afterSale.status === 10,
ifShow: afterSale.status === 10,
},
{
label: '确认收货',
@@ -282,7 +282,7 @@ onMounted(() => {
<div class="mb-4">
<ProductGrid table-title="商品信息">
<template #spuName="{ row }">
<div class="flex flex-1 flex-col items-start gap-1 gap-2 text-left">
<div class="flex flex-1 flex-col items-start gap-1 text-left">
<span class="text-sm">{{ row.spuName }}</span>
<div class="flex flex-wrap gap-1">
<Tag

View File

@@ -119,6 +119,7 @@ onMounted(() => {
<template #productInfo="{ row }">
<div class="flex items-start gap-2 text-left">
<Image
v-if="row.picUrl"
:src="row.picUrl"
:width="40"
:height="40"