Browse Source

medTypeName

yeguodong 1 month ago
parent
commit
a867ca604a

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

@@ -103,7 +103,8 @@
           </el-descriptions-item>
           <el-descriptions-item>
             <template #label> 医疗类别 </template>
-            {{ cptMedType(registerInfo.medType) }}
+<!--            {{ cptMedType(registerInfo.medType) }}-->
+            {{registerInfo.medTypeName}}
           </el-descriptions-item>
           <el-descriptions-item>
             <template #label> 异地标志 </template>

+ 4 - 0
src/views/dictionary/NationalSiMatch.vue

@@ -125,6 +125,10 @@
         <template #label> 生产厂家</template>
         {{ data.row.factory }}
       </el-descriptions-item>
+        <el-descriptions-item v-if="queryParam.type === 1">
+            <template #label> 国家医保编码</template>
+            {{ data.row.nationalCode }}
+        </el-descriptions-item>
     </el-descriptions>
     <div class="data-title">国家数据</div>
     <el-input v-show="queryParam.type === 3" v-model="discription" clearable style="width: 300px">