【update】-跳转大屏按钮去掉权限

This commit is contained in:
fengchenchen
2023-03-03 16:42:54 +08:00
parent 0f64066925
commit dca7a42d86
+4 -4
View File
@@ -1,5 +1,9 @@
<template>
<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">
<user-announcement-list :is-show-seach="true"></user-announcement-list>
@@ -10,10 +14,6 @@
</template>
<!-- 所领导 部门领导展示统计图 -->
<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>