|
@@ -84,7 +84,7 @@
|
|
|
v-hasPermi="['system:role:remove']"
|
|
|
>删除</el-button>
|
|
|
</el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
+ <!-- <el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
plain
|
|
@@ -93,7 +93,7 @@
|
|
|
@click="handleExport"
|
|
|
v-hasPermi="['system:role:export']"
|
|
|
>导出</el-button>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
|
|
|
@@ -134,7 +134,7 @@
|
|
|
@click="handleDelete(scope.row)"
|
|
|
v-hasPermi="['system:role:remove']"
|
|
|
>删除</el-button>
|
|
|
- <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="['system:role:edit']">
|
|
|
+ <!-- <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="['system:role:edit']">
|
|
|
<el-button size="mini" type="text" icon="el-icon-d-arrow-right">更多</el-button>
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
<el-dropdown-item command="handleDataScope" icon="el-icon-circle-check"
|
|
@@ -142,7 +142,7 @@
|
|
|
<el-dropdown-item command="handleAuthUser" icon="el-icon-user"
|
|
|
v-hasPermi="['system:role:edit']">分配用户</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
|
- </el-dropdown>
|
|
|
+ </el-dropdown> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|