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 +