feat:【mall 商城】售后退款(100% ele)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user