doum
2025-12-11 21c7a5cf169657835b45668fee59ddf50ca13e67
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;