浏览代码

打印医嘱

yeguodong 1 周之前
父节点
当前提交
0da3780fb0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/medical-insurance/allpatient/SetllistReconciliation.vue

+ 1 - 0
src/views/medical-insurance/allpatient/SetllistReconciliation.vue

@@ -81,6 +81,7 @@
              :close-on-press-escape="false">
     <el-table :data="setlDtlCheckRslt" stripe :height="300" highlight-current-row>
       <el-table-column type="index" label="序号"></el-table-column>
+        <el-table-column prop="patNo" label="住院号"></el-table-column>
       <el-table-column label="就诊ID">
         <template #default="scope">
           {{ scope.row.visitId || scope.row.mdtrtId}}