|
@@ -103,7 +103,7 @@
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<template #label> 医疗类别 </template>
|
|
<template #label> 医疗类别 </template>
|
|
- {{ cptMedType(registerInfo.medType) }}
|
|
|
|
|
|
+ {{ registerInfo.medTypeName }}
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<template #label> 异地标志 </template>
|
|
<template #label> 异地标志 </template>
|
|
@@ -130,7 +130,7 @@
|
|
<script setup>
|
|
<script setup>
|
|
import { onMounted, ref } from 'vue'
|
|
import { onMounted, ref } from 'vue'
|
|
import { queryInHospitalPatientsInfo } from '@/api/medical-insurance/si-query'
|
|
import { queryInHospitalPatientsInfo } from '@/api/medical-insurance/si-query'
|
|
-import { cptSex, cptPsnCertType, cptInsutype, cptMedType, cptYesOrNo } from '@/utils/computed'
|
|
|
|
|
|
+import { cptSex, cptPsnCertType, cptInsutype, cptYesOrNo } from '@/utils/computed'
|
|
import {useMedinsStore} from "@/pinia/medins-store";
|
|
import {useMedinsStore} from "@/pinia/medins-store";
|
|
|
|
|
|
const props = defineProps({
|
|
const props = defineProps({
|