From c7a42a9ff9fc76b61a5b59300fb46bbbe2361fdd Mon Sep 17 00:00:00 2001 From: "AERWEN\\26795" <123456789a> Date: Fri, 13 Oct 2023 13:37:19 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E4=BF=AE=E6=94=B9=E5=8D=95=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Goodss/components/EditDialog.vue | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/views/business/GoodsManager/Goodss/components/EditDialog.vue b/src/views/business/GoodsManager/Goodss/components/EditDialog.vue index 03d92cc..ba63c9e 100644 --- a/src/views/business/GoodsManager/Goodss/components/EditDialog.vue +++ b/src/views/business/GoodsManager/Goodss/components/EditDialog.vue @@ -89,6 +89,14 @@ + + + + {{ + item.dictLabel }} + + + @@ -105,7 +113,7 @@
+ :precision="2" :disabled="formData.goodsShelfStatus == 1" />
商品的实际购买金额,最低0.01
@@ -115,7 +123,7 @@
+ :precision="2" :disabled="formData.goodsShelfStatus == 1" />
划线价仅用于商品页展示
@@ -124,7 +132,8 @@
- +
商品的实际库存数量,为0时用户无法下单
@@ -135,20 +144,12 @@
+ :precision="2" :disabled="formData.goodsShelfStatus == 1"/> Kg
商品的实际重量,用于计算运费
- - - - {{ - item.dictLabel }} - - -
@@ -200,8 +201,8 @@
- +
建议视频宽高比19:9,建议时长8-45秒
@@ -507,7 +508,7 @@ async function getGoodsSkuListFun() { async function handleCopyRichText() { let text = await navigator.clipboard.writeText(formData.goodsDetails); - modal.msgSuccess("富文本内容复制成功") + modal.msgSuccess("富文本内容复制成功") }