@ -75,7 +75,7 @@
width="100"
label="操作">
<template slot-scope="scope">
<el-link style="cursor: pointer" @click="updateModal(scope.row)">编辑</el-link>
<el-link style="cursor: pointer" v-if="isAuth('101001001:update')" @click="updateModal(scope.row)">编辑</el-link>
<el-link style="cursor: pointer" @click="detailModal(scope.row)">详情</el-link>
</template>
</el-table-column>