From 27648b69e0cc6cc34fd4743f5f06cfb9b7e74b39 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Fri, 22 Mar 2024 17:25:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E6=88=B7=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/merchant/type/typeDetails.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/merchant/type/typeDetails.vue b/src/views/merchant/type/typeDetails.vue index c9dff52..fdf7b29 100644 --- a/src/views/merchant/type/typeDetails.vue +++ b/src/views/merchant/type/typeDetails.vue @@ -113,6 +113,9 @@ export default { description: "", update_time: "", create_time: "", + is_allow_apply: "", + is_search_display: "", + auto_margin_rate: "", }, }; }, @@ -150,13 +153,16 @@ export default { description: info.description, update_time: info.update_time, create_time: info.create_time, + auto_margin_rate: info.auto_margin_rate, + is_allow_apply: info.is_allow_apply, + is_search_display: info.is_search_display, merchant_count: info.merchant_count || 0 }; this.$nextTick(()=>{ this.$refs.editForm.name = 'basic'; this.$refs.editForm.setChecked(); - }) - + }) + }) .catch((res) => { this.loading = false;