f
This commit is contained in:
@@ -670,6 +670,7 @@ const featureRiskLevels = {
|
|||||||
'IVYZ9A2B': 3, // 学历信息
|
'IVYZ9A2B': 3, // 学历信息
|
||||||
'IVYZ3P9M': 3, // 学历信息查询(实时版)
|
'IVYZ3P9M': 3, // 学历信息查询(实时版)
|
||||||
|
|
||||||
|
|
||||||
// 📊 复合报告类 - 按子模块动态计算
|
// 📊 复合报告类 - 按子模块动态计算
|
||||||
'DWBG8B4D': 0, // 谛听多维报告(由子模块计算)
|
'DWBG8B4D': 0, // 谛听多维报告(由子模块计算)
|
||||||
'DWBG6A2C': 0, // 司南报告(由子模块计算)
|
'DWBG6A2C': 0, // 司南报告(由子模块计算)
|
||||||
|
|||||||
@@ -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}`">
|
:class="`status-label rounded-full px-6 py-3 text-center font-bold shadow-md ${currentStatus.bgClass} ${currentStatus.textClass}`">
|
||||||
{{ currentStatus.text }}
|
{{ currentStatus.text }}
|
||||||
</div>
|
</div>
|
||||||
<div v-if="currentStatus.opDate" class="op-date-container mt-4 px-4 py-2 bg-blue-50 rounded-lg border border-blue-200">
|
|
||||||
<p class="op-date text-sm font-medium text-blue-700">
|
|
||||||
登记日期:{{ currentStatus.opDate }}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<p v-html="currentStatus.description" class="status-description mt-3 text-sm text-gray-600"></p>
|
<p v-html="currentStatus.description" class="status-description mt-3 text-sm text-gray-600"></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<!-- <div v-if="currentStatus.opDate" class="op-date-container mt-4 px-4 py-2 bg-blue-50 rounded-lg border border-blue-200">
|
||||||
|
<p class="op-date text-sm font-medium text-blue-700">
|
||||||
|
登记日期:{{ currentStatus.opDate }}
|
||||||
|
</p>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.status-info {
|
.status-info {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user