|
@@ -58,19 +58,7 @@
|
|
|
class-name="small-padding fixed-width"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button
|
|
|
- v-hasPermi="['system:role:relation']"
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-refresh-right"
|
|
|
- <<<<<<<
|
|
|
- h-e-a-d
|
|
|
- @click="toRelation(scope.row)"
|
|
|
- >账号等级关联</el-button>
|
|
|
- =======
|
|
|
- >账号等级关联</el-button
|
|
|
- >
|
|
|
- >>>>>>> b8ad5e67a5de874abca06f3e9ae1247ae844ea55
|
|
|
+ <el-button size="mini" type="text" icon="el-icon-refresh-right" @click="toRelation(scope.row)">账号等级关联</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|