- dict.ts: 新增 PRISON_WARNING_* 预警模块字典类型 - dict.ts: 新增 PRISON_RISK_* 风险评估模块字典类型 - riskassessment/index.vue: 修复 PRISON_ASSESSMENT_TYPE 引用 - riskassessment/RiskAssessmentForm.vue: 修复 PRISON_ASSESSMENT_TYPE 引用 - risk/index.vue: 修复 PRISON_ASSESSMENT_TYPE 引用 确保字典类型与数据库中的 system_dict_type 一致 Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
255 B
Vue
12 lines
255 B
Vue
<template>
|
|
<div>
|
|
<ContentWrap title="服刑人员报告管理">
|
|
<ReportManage />
|
|
</ContentWrap>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import ReportManage from '@/views/prison/evaluation-report/prisoner/ReportManage.vue'
|
|
</script>
|