Boom等级配置 - 配置金豆
This commit is contained in:
@@ -125,6 +125,8 @@
|
||||
? "VIP"
|
||||
: scope.row.awardType == 11
|
||||
? "勋章"
|
||||
: scope.row.awardType == 13
|
||||
? "金豆"
|
||||
: "铭牌"
|
||||
}}
|
||||
</template>
|
||||
@@ -200,6 +202,8 @@
|
||||
? "VIP"
|
||||
: scope.row.awardType == 11
|
||||
? "勋章"
|
||||
: scope.row.awardType == 13
|
||||
? "金豆"
|
||||
: "铭牌"
|
||||
}}
|
||||
</template>
|
||||
@@ -592,6 +596,7 @@ export default {
|
||||
{ desc: "VIP", value: 10 },
|
||||
{ desc: "勋章", value: 11 },
|
||||
{ desc: "铭牌", value: 2 },
|
||||
{ desc: "金豆", value: 13 },
|
||||
],
|
||||
type: "",
|
||||
typeArr: [
|
||||
@@ -623,6 +628,7 @@ export default {
|
||||
{ desc: "VIP", value: 10 },
|
||||
{ desc: "勋章", value: 11 },
|
||||
{ desc: "铭牌", value: 2 },
|
||||
{ desc: "金豆", value: 13 },
|
||||
],
|
||||
type: "",
|
||||
typeArr: [
|
||||
|
@@ -170,6 +170,8 @@
|
||||
? "VIP"
|
||||
: scope.row.awardType == 11
|
||||
? "勋章"
|
||||
: scope.row.awardType == 13
|
||||
? "金豆"
|
||||
: "铭牌"
|
||||
}}
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user