Commit a682c501 authored by youjie's avatar youjie

no message

parent fa33e169
......@@ -59,7 +59,7 @@
<template v-if="i.Name=='微博'">
<span v-for="(obj,indexs) in scope.row.MicroBlogList" :key="indexs">
<template v-if="obj.ModuleName==item.Name">
<span class="activeNum">
<span class="activeNum" @click="details(obj,scope.row.EmpName)">
{{obj.Number>0?obj.Number:''}}
</span>
</template>
......@@ -68,7 +68,7 @@
<template v-if="i.Name=='抖音'">
<span v-for="(obj,indexs) in scope.row.TikTokList" :key="indexs">
<template v-if="obj.ModuleName==item.Name">
<span class="activeNum">
<span class="activeNum" @click="details(obj,scope.row.EmpName)">
{{obj.Number>0?obj.Number:''}}
</span>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment