+id
This commit is contained in:
parent
761373ed93
commit
d2dbe82781
|
|
@ -82,6 +82,7 @@ const { communityDetailNodeRelation, timeList, predictionUserIds } = storeToRefs
|
||||||
const emit = defineEmits(["click:goback"])
|
const emit = defineEmits(["click:goback"])
|
||||||
const chartsData = ref({})
|
const chartsData = ref({})
|
||||||
const handleGoback = () => {
|
const handleGoback = () => {
|
||||||
|
pause()
|
||||||
emit("click:goback", "CommunityNode")
|
emit("click:goback", "CommunityNode")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -389,7 +390,8 @@ const initChart = async () => {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
">
|
">
|
||||||
<div style="color:#fff;letter-spacing: 0.14px;">
|
<div style="color:#fff;letter-spacing: 0.14px;">
|
||||||
<div >用户名:${params.data.name}</div>
|
<div >用户ID:${params.data.id}</div>
|
||||||
|
<div >用户名:${params.data.name}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>`
|
</div>`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -493,7 +493,7 @@ const initChart = async () => {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
">
|
">
|
||||||
<div style="color:#fff;letter-spacing: 0.14px;">
|
<div style="color:#fff;letter-spacing: 0.14px;">
|
||||||
<div >用户名:${params.data.id}</div>
|
<div >用户ID:${params.data.id}</div>
|
||||||
<div >用户名:${params.data.name}</div>
|
<div >用户名:${params.data.name}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>`
|
</div>`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user