From ec8175236109309844899415edc76ca3f33e2960 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Wed, 15 Nov 2023 17:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E5=88=86=E9=94=80?= =?UTF-8?q?=20-=20=E5=88=86=E9=94=80=E9=85=8D=E7=BD=AE=20-=20=E8=BF=94?= =?UTF-8?q?=E4=BD=A3=E6=AF=94=E4=BE=8B=E8=AE=BE=E7=BD=AE=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E7=94=B1=E7=99=BE=E5=88=86=E6=AF=94=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=9B=9B=E4=BD=8D=E5=B0=8F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/promoter/config/index.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/views/promoter/config/index.vue b/src/views/promoter/config/index.vue index 3d0cc38..bf503db 100644 --- a/src/views/promoter/config/index.vue +++ b/src/views/promoter/config/index.vue @@ -18,22 +18,20 @@ 一级返佣比例: - + - - % + 二级返佣比例: - + - - % + @@ -79,8 +77,8 @@ export default { { required: true, message: '请输入一级返佣比例', trigger: 'blur'} ], extension_two_rate: [ - { required: true, message: '请输入二级返佣比例', trigger: 'blur'} - ] + { required: true, message: '请输入二级返佣比例', trigger: 'blur'}, + ], } } },