|
@@ -46,9 +46,6 @@ async function getEtaConfig(){
|
|
|
await configStore.getBaseConfigSetting()
|
|
|
}
|
|
|
getEtaConfig()
|
|
|
-const dynamicClassName = computed(() => {
|
|
|
- return etaConfigInfo.value.IsOpenChartExpired==='true'?'select-text-disabled':'';
|
|
|
-})
|
|
|
|
|
|
// 获取报告详情
|
|
|
let reportInfo=ref(null)
|
|
@@ -167,7 +164,7 @@ const getSystemInfoFun=()=>{
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
- <div class="report-detail-page" :class="dynamicClassName" v-if="reportInfo" :style="{backgroundColor:bgColor}">
|
|
|
+ <div class="report-detail-page" v-if="reportInfo" :style="{backgroundColor:bgColor}">
|
|
|
<!-- <div class="top-stage-box" v-if="$route.query.id!=-1">
|
|
|
<span class="stage">第{{reportInfo.Stage}}期 / {{reportInfo.Frequency}}</span>
|
|
|
</div> -->
|