lighter 5 päivää sitten
vanhempi
commit
f21a9b89f1
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 1 0
      .gitignore
  2. 2 2
      src/components/medical-insurance/registinfo/Index.vue

+ 1 - 0
.gitignore

@@ -29,3 +29,4 @@ webstorm.config.js
 src/views/settings/Test.vue
 dist/
 pnpm-lock.yaml
+*.mjs

+ 2 - 2
src/components/medical-insurance/registinfo/Index.vue

@@ -103,7 +103,7 @@
           </el-descriptions-item>
           <el-descriptions-item>
             <template #label> 医疗类别 </template>
-            {{ cptMedType(registerInfo.medType) }}
+            {{ registerInfo.medTypeName }}
           </el-descriptions-item>
           <el-descriptions-item>
             <template #label> 异地标志 </template>
@@ -130,7 +130,7 @@
 <script setup>
 import { onMounted, ref } from 'vue'
 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";
 
 const props = defineProps({