+
@@ -65,11 +65,12 @@ import AiCard from "dui/packages/layout/AiCard.vue";
export default {
name: 'AppCorpOverview',
components: {AiCard},
- label: '企微概览',
+ label: '全国统计',
props: {
dict: Object,
instance: Function,
params: Object,
+ menuName: String
},
data() {
return {
@@ -111,7 +112,8 @@ export default {
globalParams: v => {
const {aiEnable} = v.$route.query
return {aiEnable}
- }
+ },
+ appName: v => v.menuName || v.$route.query.aiEnable == 1 ? '大模型统计' : v.$options.label
},
mounted() {
this.getInfo()