From cdb9cfa83c954aed2c183ed67525a7c8a4e94b05 Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Wed, 22 May 2024 09:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8A=BD=E4=BD=A3=E6=AF=94?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/modules/Add.vue | 7 +++++++ src/views/shop/modules/Edit.vue | 10 +++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/views/shop/modules/Add.vue b/src/views/shop/modules/Add.vue index 7dbdf89..def75e9 100644 --- a/src/views/shop/modules/Add.vue +++ b/src/views/shop/modules/Add.vue @@ -70,6 +70,13 @@ > + + ‰ + diff --git a/src/views/shop/modules/Edit.vue b/src/views/shop/modules/Edit.vue index 05af09c..16f6a21 100644 --- a/src/views/shop/modules/Edit.vue +++ b/src/views/shop/modules/Edit.vue @@ -73,6 +73,13 @@ > + + ‰ + @@ -146,7 +153,8 @@ export default { 'shop_label', 'logo_image_id', 'score', - 'user_name' + 'user_name', + 'commission_ratio' ]) ) })