30425
This commit is contained in:
@@ -53,12 +53,15 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
orgTree() {
|
||||
return this.$refs.tree?.$refs?.partyTree
|
||||
},
|
||||
colConfigs() {
|
||||
return [
|
||||
{label: "排行榜", prop: "orderIndex", align: "center"},
|
||||
{label: "党员姓名", prop: "name", align: "center"},
|
||||
{label: "党员类型", prop: "partyType", dict: "partyType", align: "center"},
|
||||
{label: "获得积分", prop: "nowIntegral", align: "center"},
|
||||
{label: "获得积分", prop: "integral", align: "center"},
|
||||
{slot: "options"}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user