|
@ -54,14 +54,14 @@ |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<el-row :gutter="15"> |
|
|
<el-row :gutter="15"> |
|
|
<!--角色管理--> |
|
|
<!--角色管理--> |
|
|
<el-col :xs="15" :sm="17" :md="18" :lg="19" :xl="19" style="margin-bottom: 10px"> |
|
|
|
|
|
|
|
|
<el-col :xs="15" :sm="17" :md="18" :lg="19" :xl="19"> |
|
|
<el-card class="box-card" shadow="never"> |
|
|
<el-card class="box-card" shadow="never"> |
|
|
<span class="right-top-line" /> |
|
|
<span class="right-top-line" /> |
|
|
<span class="left-bottom-line" /> |
|
|
<span class="left-bottom-line" /> |
|
|
<div slot="header" class="clearfix"> |
|
|
<div slot="header" class="clearfix"> |
|
|
<span class="role-span">角色列表</span> |
|
|
<span class="role-span">角色列表</span> |
|
|
</div> |
|
|
</div> |
|
|
<el-table ref="table" v-loading="crud.loading" highlight-current-row style="width: 100%;" :data="crud.data" @selection-change="crud.selectionChangeHandler" @current-change="handleCurrentChange"> |
|
|
|
|
|
|
|
|
<el-table ref="table" v-loading="crud.loading" highlight-current-row style="width: 100%;" height="calc(100vh - 400px)" :data="crud.data" @selection-change="crud.selectionChangeHandler" @current-change="handleCurrentChange"> |
|
|
<el-table-column :selectable="checkboxT" type="selection" width="55" /> |
|
|
<el-table-column :selectable="checkboxT" type="selection" width="55" /> |
|
|
<el-table-column prop="name" label="名称" /> |
|
|
<el-table-column prop="name" label="名称" /> |
|
|
<el-table-column prop="dataScope" label="数据权限" /> |
|
|
<el-table-column prop="dataScope" label="数据权限" /> |
|
@ -88,7 +88,7 @@ |
|
|
</el-col> |
|
|
</el-col> |
|
|
<!-- 菜单授权 --> |
|
|
<!-- 菜单授权 --> |
|
|
<el-col :xs="9" :sm="7" :md="6" :lg="5" :xl="5"> |
|
|
<el-col :xs="9" :sm="7" :md="6" :lg="5" :xl="5"> |
|
|
<el-card class="box-card" shadow="never"> |
|
|
|
|
|
|
|
|
<el-card class="box-card" shadow="never" style="min-height:calc(100vh - 292px)"> |
|
|
<span class="right-top-line" /> |
|
|
<span class="right-top-line" /> |
|
|
<span class="left-bottom-line" /> |
|
|
<span class="left-bottom-line" /> |
|
|
<div slot="header" class="clearfix"> |
|
|
<div slot="header" class="clearfix"> |
|
|