角色权限显示问题修复

This commit is contained in:
hyt 2024-05-13 11:37:09 +08:00
parent 50209c8a9a
commit 9e65c2808e
3 changed files with 2 additions and 2 deletions

View File

@ -200,6 +200,7 @@ export default {
this.refreshLoading = false; this.refreshLoading = false;
if (res.status == 200) { if (res.status == 200) {
this.pageModel.total = res.attribute.total; this.pageModel.total = res.attribute.total;
//
res.attribute.list.map(el => { res.attribute.list.map(el => {
return request({ return request({
url: "/kangarooDataCenterV3/entranceController/fileDownloadNew?id=" + el.appLogo, url: "/kangarooDataCenterV3/entranceController/fileDownloadNew?id=" + el.appLogo,

View File

@ -5,7 +5,6 @@
<el-row style="background:#fff;padding:16px 16px 0;margin-bottom:32px;"> <el-row style="background:#fff;padding:16px 16px 0;margin-bottom:32px;">
<line-chart :chart-data="lineChartData" /> <line-chart :chart-data="lineChartData" />
</el-row> </el-row>
<el-row :gutter="32"> <el-row :gutter="32">
<el-col :xs="24" :sm="24" :lg="8"> <el-col :xs="24" :sm="24" :lg="8">
<div class="chart-wrapper"> <div class="chart-wrapper">

View File

@ -5,7 +5,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="dataList" label="字段"> <el-table-column prop="dataList" label="字段">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="display: flex;align-items: center"> <div style="display: flex;align-items: center;flex-wrap: wrap">
<i <i
class="el-icon-star-on" class="el-icon-star-on"
style=" style="