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