This commit is contained in:
yanran200730
2022-02-28 10:03:59 +08:00

View File

@@ -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>