Browse Source

打印医嘱

yeguodong 1 week ago
parent
commit
0da3780fb0
1 changed files with 1 additions and 0 deletions
  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}}