lighter 2 tygodni temu
rodzic
commit
7a4b298a3a

+ 1 - 1
src/auto-imports.d.ts

@@ -65,6 +65,6 @@ declare global {
 // for type re-export
 declare global {
   // @ts-ignore
-  export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
+  export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
   import('vue')
 }

+ 8 - 4
src/views/medical-insurance/inpatient/AdmRegistration.vue

@@ -243,10 +243,6 @@
             @change="handleAdmdvsChange"
           ></el-cascader>
         </el-descriptions-item>
-        <el-descriptions-item>
-          <template #label> 险种类型</template>
-          {{patient.insutypeName}}
-        </el-descriptions-item>
         <el-descriptions-item>
           <template #label> 医疗类别</template>
           <el-select
@@ -271,6 +267,14 @@
             </el-option>
           </el-select>
         </el-descriptions-item>
+        <el-descriptions-item>
+          <template #label> 险种类型</template>
+          {{patient.insutypeName}}
+        </el-descriptions-item>
+        <el-descriptions-item>
+          <template #label> 人员类别</template>
+          {{patient.psnIdetTypeName}}
+        </el-descriptions-item>
         <span v-if="patient.medType === '52'">
           <el-descriptions-item>
             <template #label>生育类别</template>