Browse Source

新增部位字段

xiaochan 1 week ago
parent
commit
070db44b95

+ 5 - 0
src/views/hospitalization/zhu-yuan-yi-sheng/jian-cha-jian-yan-shen-qing/components/public/JcJyTemplate.vue

@@ -99,6 +99,11 @@ const selectAll = data => {
       show-overflow
     >
       <vxe-column type="checkbox" title="名称" />
+      <vxe-column title="部位/标本">
+        <template #default="{ row }">
+          {{ row.inspectPartName }}{{ row.inspectStuffName }}
+        </template>
+      </vxe-column>
     </vxe-table>
 
     <template #footer>