【update】-跳转大屏按钮去掉权限
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div style="min-width: 1100px" class="analysis-container">
|
<div style="min-width: 1100px" class="analysis-container">
|
||||||
|
<div class="screen-btn">
|
||||||
|
<!-- v-has="'dashboard:screen'"-->
|
||||||
|
<a-button type="primary" @click="goScreen">大屏</a-button>
|
||||||
|
</div>
|
||||||
<!-- 其他人展示消息-->
|
<!-- 其他人展示消息-->
|
||||||
<template v-if="roleCoe">
|
<template v-if="roleCoe">
|
||||||
<user-announcement-list :is-show-seach="true"></user-announcement-list>
|
<user-announcement-list :is-show-seach="true"></user-announcement-list>
|
||||||
@@ -10,10 +14,6 @@
|
|||||||
</template>
|
</template>
|
||||||
<!-- 所领导 部门领导展示统计图 -->
|
<!-- 所领导 部门领导展示统计图 -->
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<div class="screen-btn" v-has="'dashboard:screen'">
|
|
||||||
<!-- v-has="'wholePaymentsStatistics:search'"-->
|
|
||||||
<a-button type="primary" @click="goScreen" >大屏</a-button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- 全所收入统计 累计-->
|
<!-- 全所收入统计 累计-->
|
||||||
<single-month-total-echarts class="single-month-total "></single-month-total-echarts>
|
<single-month-total-echarts class="single-month-total "></single-month-total-echarts>
|
||||||
|
|||||||
Reference in New Issue
Block a user