角色权限显示问题修复
This commit is contained in:
parent
50209c8a9a
commit
9e65c2808e
|
@ -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,
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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="
|
||||||
|
|
Loading…
Reference in New Issue