소스 검색

打印医嘱

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}}