diff --git a/src/components/BaseReport.vue b/src/components/BaseReport.vue index 2edddd1..6db41f8 100644 --- a/src/components/BaseReport.vue +++ b/src/components/BaseReport.vue @@ -670,6 +670,7 @@ const featureRiskLevels = { 'IVYZ9A2B': 3, // 学历信息 'IVYZ3P9M': 3, // 学历信息查询(实时版) + // 📊 复合报告类 - 按子模块动态计算 'DWBG8B4D': 0, // 谛听多维报告(由子模块计算) 'DWBG6A2C': 0, // 司南报告(由子模块计算) diff --git a/src/ui/CIVYZ81NC.vue b/src/ui/CIVYZ81NC.vue index b01f936..e2f0d1e 100644 --- a/src/ui/CIVYZ81NC.vue +++ b/src/ui/CIVYZ81NC.vue @@ -63,17 +63,18 @@ const currentStatus = !actualData :class="`status-label rounded-full px-6 py-3 text-center font-bold shadow-md ${currentStatus.bgClass} ${currentStatus.textClass}`"> {{ currentStatus.text }} -
- 登记日期:{{ currentStatus.opDate }} -
-