|
|
@@ -121,7 +121,7 @@
|
|
|
width="120" />
|
|
|
<el-table-column label="操作" align="center" width="300" fixed="right" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button size="mini" type="text" icon="el-icon-plus" @click="handleExtend(scope.row)"
|
|
|
+ <el-button size="mini" type="text" icon="el-icon-plus" v-if="scope.row.isManage=='Y'" @click="handleExtend(scope.row)"
|
|
|
v-hasPermi="['system:user:extend']" >补充信息</el-button>
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['system:user:edit']" >编辑</el-button>
|