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;
}
},