feat:【mall 商城】售后退款(100% ele)
This commit is contained in:
@@ -139,7 +139,6 @@ export function useAfterSaleInfoSchema(): DescriptionItemSchema[] {
|
||||
src: url,
|
||||
width: 60,
|
||||
height: 60,
|
||||
class: 'object-cover',
|
||||
}),
|
||||
),
|
||||
);
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user