From 5dbd5bdfc1a4de43722485b728f7d27f9b369eb9 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 02 三月 2026 15:38:19 +0800
Subject: [PATCH] 经销商管理

---
 admin/src/components/business/OperaGoodsLabelsWindow.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/admin/src/components/business/OperaGoodsLabelsWindow.vue b/admin/src/components/business/OperaGoodsLabelsWindow.vue
index cfac92f..be352a9 100644
--- a/admin/src/components/business/OperaGoodsLabelsWindow.vue
+++ b/admin/src/components/business/OperaGoodsLabelsWindow.vue
@@ -1,6 +1,7 @@
 <template>
-  <GlobalAlertWindow
+  <GlobalWindow
     :title="title"
+    width="500px"
     :visible.sync="visible"
     :confirm-working="isWorking"
     @confirm="confirm"
@@ -24,17 +25,17 @@
       </el-form-item>
 
     </el-form>
-  </GlobalAlertWindow>
+  </GlobalWindow>
 </template>
 
 <script>
 import BaseOpera from '@/components/base/BaseOpera'
-import GlobalAlertWindow from '@/components/common/GlobalAlertWindow'
+import GlobalWindow from '@/components/common/GlobalWindow'
 import UploadAvatarImage from '@/components/common/UploadAvatarImage'
 export default {
   name: 'OperaProductLabelWindow',
   extends: BaseOpera,
-  components: { GlobalAlertWindow,UploadAvatarImage },
+  components: { GlobalWindow,UploadAvatarImage },
   data () {
     return {
       // 琛ㄥ崟鏁版嵁

--
Gitblit v1.9.3