|
@@ -89,8 +89,8 @@
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<template v-if="item.key==='handle'">
|
|
<template v-if="item.key==='handle'">
|
|
<span class="editsty" @click="edbAuthSetHandle(row)" v-if="[3,4].includes(default_tab
|
|
<span class="editsty" @click="edbAuthSetHandle(row)" v-if="[3,4].includes(default_tab
|
|
- )">权限设置</span>
|
|
|
|
- <span class="editsty" @click="editAuthHandle(row)">编辑</span>
|
|
|
|
|
|
+ )&&authBtn('auth')">权限设置</span>
|
|
|
|
+ <span class="editsty" @click="editAuthHandle(row)" v-if="[3,4].includes(default_tab)?authBtn('edit'):authTabs.length">编辑</span>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<span v-else>{{ row[item.key] }}</span>
|
|
<span v-else>{{ row[item.key] }}</span>
|