From d2cdd2af7558296ebf8c4c4a3ad3e856c0745d99 Mon Sep 17 00:00:00 2001 From: hufflzp <1395188856@qq.com> Date: Wed, 14 Jan 2026 18:19:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=9B=BE=E5=BA=93=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A1=B5=E9=9D=A2=E6=A2=85=E8=8A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/goodsImg/imgAdd.vue | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/src/views/product/goodsImg/imgAdd.vue b/src/views/product/goodsImg/imgAdd.vue index a4962bf..4aeb7b1 100644 --- a/src/views/product/goodsImg/imgAdd.vue +++ b/src/views/product/goodsImg/imgAdd.vue @@ -38,6 +38,8 @@ export default { children: { align: 'center', headerAlign: 'center', + type:'form', + index:false, rowAdd: (done) => { if (this.form.imgs.length >= 5) { this.$message.error('批次每次最多五条'); @@ -55,11 +57,15 @@ export default { message: '商品名称必须填写', }, ], + span:16, + row:true, }, { label: '条形码', prop: "barcode", tip: '如有条形码请记得添加', + span:16, + row:true, }, { label: '商品主图', @@ -99,22 +105,6 @@ export default { }, prop: 'product_image_list', }, - { - label: '商品简称', - prop: "sname", - }, - { - label: '商品标题', - prop: "title", - }, - { - label: '一级分类', - prop: "category_1st", - }, - { - label: '二级分类', - prop: "category_2nd", - }, ], }, }