|
|
|
@ -25,7 +25,7 @@ const role = ref({ |
|
|
|
}) |
|
|
|
const getRoleObj = ref({ |
|
|
|
pageNum: 1, |
|
|
|
pageSize: 20 |
|
|
|
pageSize: 10 |
|
|
|
}) |
|
|
|
const permissionAddVisible = ref(false) |
|
|
|
const addRole = ref({ |
|
|
|
@ -599,7 +599,8 @@ onMounted(async function () { |
|
|
|
v-if="canAdd">新增角色</el-button> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<el-table :data="roleData" style="width: 100%" show-overflow-tooltip> |
|
|
|
<el-table :data="roleData" style="width: 82vw;height:62.3vh" show-overflow-tooltip |
|
|
|
:row-style="{ height: '56px' }"> |
|
|
|
<el-table-column type="index" label="序号" width="100px" fixed="left"> |
|
|
|
<template #default="scope"> |
|
|
|
<span>{{ |
|
|
|
|