Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_webapp into dev
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column slot="options" align="center" label="操作" fixed="right" width="160px">
|
<el-table-column slot="options" align="center" label="操作" fixed="right" width="160px">
|
||||||
<el-row type="flex" justify="center" align="middle" slot-scope="{row}">
|
<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)">功能分配
|
type="text" @click="appAllot(row)">功能分配
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|||||||
Reference in New Issue
Block a user