From 8ee49aab4777e8d1baf8b3fe4122c7c8ee0f4c1c Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Sun, 27 Apr 2025 21:33:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A2=84=E5=94=AE=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../presale/products/popup/add-or-update.vue | 329 +++++++++++------- 1 file changed, 208 insertions(+), 121 deletions(-) diff --git a/src/views/modules/presale/products/popup/add-or-update.vue b/src/views/modules/presale/products/popup/add-or-update.vue index 4bc657b..f577248 100644 --- a/src/views/modules/presale/products/popup/add-or-update.vue +++ b/src/views/modules/presale/products/popup/add-or-update.vue @@ -81,7 +81,7 @@ 选择是,用户可在付尾款前申请退定金(申请后自动退,无需审核),或付尾款时间结束后系统自动退定金 - + 点击请选择商品 @@ -133,7 +133,7 @@ {{ scope.row.attributeList ? scope.row.attributeList[0].attributeName - : "无" + : '无' }} @@ -184,7 +184,7 @@ {{ scope.row.presalePrice ? scope.row.presalePrice - scope.row.earnestMoney - : "" + : '' }} @@ -251,7 +251,7 @@ {{ scope.row.attributeList ? scope.row.attributeList[0].attributeName - : "无" + : '无' }} @@ -302,7 +302,7 @@ {{ scope.row.presalePrice ? scope.row.presalePrice - scope.row.earnestMoney - : "" + : '' }} @@ -337,39 +337,39 @@ - \ No newline at end of file +