From 403d61090ffab12da7bdb0505f5b90ba05411a1e Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 11 Sep 2024 11:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8D=95=E8=BD=A6=E8=BF=94?= =?UTF-8?q?=E5=88=A9=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bicyclerebatemanagement.vue | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue index ba9504a107..d93d0b1108 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue @@ -41,8 +41,8 @@
查询 重置 - 待确认返利 - 未调整 + +
@@ -62,7 +62,7 @@ @@ -290,15 +290,23 @@ export default { rebateType_list: [], state_list: [ { - dictKey: 0, + dictKey: '0', dictValue: '未计提' }, { - dictKey: 1, - dictValue: '已计提' + dictKey: '1', + dictValue: '计提中' }, { - dictKey: 2, + dictKey: '2', + dictValue: '待核对' + }, + { + dictKey: '3', + dictValue: '核对中' + }, + { + dictKey: '4', dictValue: '已核对' } ],