From 21c7a5cf169657835b45668fee59ddf50ca13e67 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 11 十二月 2025 16:17:29 +0800
Subject: [PATCH] 经销商管理

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

diff --git a/admin/src/components/business/OperaPlatformGoodsSkuWindow.vue b/admin/src/components/business/OperaPlatformGoodsSkuWindow.vue
index 0601932..a349d59 100644
--- a/admin/src/components/business/OperaPlatformGoodsSkuWindow.vue
+++ b/admin/src/components/business/OperaPlatformGoodsSkuWindow.vue
@@ -5,6 +5,7 @@
     :confirm-working="isWorking"
     @confirm="confirm"
   >
+    <el-form :model="form" ref="form" :rules="rules" label-width="120px" label-suffix="锛�"  inline>
     <div class="title-style"><div>SKU閰嶇疆</div><div class="btn" @click="addSku">娣诲姞瑙勬牸</div></div>
     <el-table
       :data="skiuList"
@@ -32,7 +33,7 @@
         <template slot-scope="scope">
           <!-- skiuList.splice(scope.$index, 1) -->
           <el-button slot="append" @click="deleteSku(scope.$index)">X</el-button>
-          
+
         </template>
       </el-table-column>
     </el-table>
@@ -75,6 +76,7 @@
         </template>
       </el-table-column>
     </el-table>
+    </el-form>
   </GlobalWindow>
 </template>
 
@@ -181,7 +183,6 @@
               }
               return newItem
             })
-            debugger
           } else {
             let tempAttr = [...attr]
             attr = []
@@ -202,10 +203,8 @@
           }
         }
       }
-      
       this.skuAttr = attr
     },
-    
     uploadSuccess(file, row) {
       row.imgurlfull=file.imgurlfull
       row.imgurl=file.imgurl
@@ -219,7 +218,7 @@
   font-weight: 500;
   font-size: 20px;
   height: 20px;
-  
+
   line-height: 20px;
   vertical-align: middle;
   margin-bottom: 20px;

--
Gitblit v1.9.3