|
@@ -155,7 +155,7 @@ function JCText(item) {
|
|
|
<div class="flex flex-col flex-auto">
|
|
|
<div class="flex justify-between items-center">
|
|
|
<span class="text-14px mb-5px font-bold">{{ item.name }}</span>
|
|
|
- <div v-if="user.user_role_id === '72'" class="">
|
|
|
+ <div v-if="user.user_role_id === '75'" class="">
|
|
|
<img v-if="!item.bannedN" @click="banText(item)" :src="text" alt="">
|
|
|
<img v-else :src="notext" @click="JCText(item)" alt="">
|
|
|
</div>
|