From b1ac2635e37c5e8db4ecff4a6a36caffe42272f5 Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Fri, 25 Jul 2025 14:07:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E5=B8=81=E8=B5=A0=E9=80=81=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE=20-=20=E5=A2=9E=E5=8A=A0=20?= =?UTF-8?q?=E5=AE=98=E6=96=B9=E6=B6=88=E9=99=A4=E8=96=AA=E8=B5=84/?= =?UTF-8?q?=E5=AE=98=E6=96=B9=E8=B5=A0=E9=80=81=E8=96=AA=E8=B5=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/record/OfficialGoldBusTypeView.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/record/OfficialGoldBusTypeView.vue b/src/views/record/OfficialGoldBusTypeView.vue index 770dfaa..487b1fe 100644 --- a/src/views/record/OfficialGoldBusTypeView.vue +++ b/src/views/record/OfficialGoldBusTypeView.vue @@ -20,6 +20,8 @@ + + @@ -65,6 +67,8 @@ + + @@ -130,6 +134,8 @@ export default { if (val == 17) { return "活动奖励钻石" } if (val == 20) { return "公款充值钻石" } if (val == 51) { return "官方钻石消除" } + if (val == 63) { return "官方消除薪资" } + if (val == 64) { return "官方赠送薪资" } return val; } },