From e6bb5ebadfd072f147d015797b6fb43ec2165d80 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期三, 18 九月 2024 14:46:20 +0800
Subject: [PATCH] add:商品限购数量

---
 pages/order/after-sale/_action/_id.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/pages/order/after-sale/_action/_id.vue b/pages/order/after-sale/_action/_id.vue
index 24e68b8..0a14faf 100644
--- a/pages/order/after-sale/_action/_id.vue
+++ b/pages/order/after-sale/_action/_id.vue
@@ -1,6 +1,12 @@
 <template>
   <div v-loading="wholeLoading" class="base-page-wrapper sale-detail">
-    <el-bus-form ref="form" label-width="auto" :content="formContent" readonly>
+    <el-bus-form
+      ref="form"
+      label-width="auto"
+      :content="formContent"
+      readonly
+      class="readonly-form"
+    >
       <template #id:baseInfo>
         <el-bus-title title="基本信息" size="small"></el-bus-title>
       </template>

--
Gitblit v1.9.3