调整权限
This commit is contained in:
		| @@ -27,7 +27,7 @@ | ||||
|           </el-table-column> | ||||
|           <el-table-column slot="options" align="center" label="操作" fixed="right" width="160px"> | ||||
|             <el-row type="flex" justify="center" align="middle" slot-scope="{row}"> | ||||
|               <el-button v-if="$permissions('admin_sysuser_distribute')&&!!row.sysUserId" | ||||
|               <el-button v-if="$permissions('admin_sysuser_distribute')" | ||||
|                          type="text" @click="appAllot(row)">功能分配 | ||||
|               </el-button> | ||||
|             </el-row> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user