|
@@ -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">
|