From 106e6ceadabd343ae57c1bb1927b690e6c782eed Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 29 Sep 2023 13:35:52 +0800 Subject: [PATCH] =?UTF-8?q?trade=EF=BC=9A=E9=80=80=E6=AC=BE=E7=90=86?= =?UTF-8?q?=E7=94=B1=E7=9A=84=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit fb94ae9674c10fa1591f131928820d8abdd06e89) --- src/views/mall/trade/config/index.vue | 39 ++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/src/views/mall/trade/config/index.vue b/src/views/mall/trade/config/index.vue index 4c4ff467..f79871c3 100644 --- a/src/views/mall/trade/config/index.vue +++ b/src/views/mall/trade/config/index.vue @@ -10,8 +10,43 @@ - + + + + + + + + + + + + + + @@ -182,6 +217,8 @@ const formLoading = ref(false) // 表单的加载中:1)修改时的数据加 const formRef = ref() const formData = ref({ id: null, + afterSaleRefundReasons: [], + afterSaleReturnReasons: [], deliveryExpressFreeEnabled: false, deliveryExpressFreePrice: 0, brokerageEnabled: false,