This commit is contained in:
shijingjing
2022-06-30 18:02:37 +08:00
parent 36ccc9ace2
commit bb7406c7c9

View File

@@ -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"}
]
},