Explorar el Código

医生病历修改

yuwandanmian hace 1 año
padre
commit
8ba8474e82

+ 5 - 2
src/views/encoder/components/doctorBl/TableBox.vue

@@ -13,7 +13,7 @@
         width="50"
         width="50"
         align="center">
         align="center">
         <template slot-scope="scope">
         <template slot-scope="scope">
-          <span>{{ scope.$index + 1 + (paginationData.page - 1) * paginationData.size }}</span>
+          <span>{{ scope.$index + 1 + (paginationData.page - 1) * paginationData.page_size }}</span>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
       <el-table-column
       <el-table-column
@@ -89,7 +89,10 @@
       },
       },
       paginationData: {
       paginationData: {
         type: Object,
         type: Object,
-        default: {}
+        default: {
+          page: 1,
+          page_size: 10
+        }
       }
       }
     },
     },
     data() {
     data() {

+ 5 - 2
src/views/encoder/components/doctorBlKf/TableBox.vue

@@ -13,7 +13,7 @@
         width="50"
         width="50"
         align="center">
         align="center">
         <template slot-scope="scope">
         <template slot-scope="scope">
-          <span>{{ scope.$index + 1 + (paginationData.page - 1) * paginationData.size }}</span>
+          <span>{{ scope.$index + 1 + (paginationData.page - 1) * paginationData.page_size }}</span>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
       <el-table-column
       <el-table-column
@@ -88,7 +88,10 @@
       },
       },
       paginationData: {
       paginationData: {
         type: Object,
         type: Object,
-        default: {}
+        default: {
+          page: 1,
+          page_size: 10
+        }
       }
       }
     },
     },
     data() {
     data() {

+ 5 - 2
src/views/encoder/components/errors/TableBox.vue

@@ -34,7 +34,7 @@
         width="50"
         width="50"
         align="center">
         align="center">
         <template slot-scope="scope">
         <template slot-scope="scope">
-          <span>{{ scope.$index + 1 + (paginationData.page - 1) * paginationData.size }}</span>
+          <span>{{ scope.$index + 1 + (paginationData.page - 1) * paginationData.page_size }}</span>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
       <el-table-column
       <el-table-column
@@ -138,7 +138,10 @@
       },
       },
       paginationData: {
       paginationData: {
         type: Object,
         type: Object,
-        default: {}
+        default: {
+          page: 1,
+          page_size: 10
+        }
       }
       }
     },
     },
     data() {
     data() {

+ 2 - 1
src/views/medicalRecord/index.vue

@@ -131,7 +131,7 @@
           <td class="label">入院科别</td>
           <td class="label">入院科别</td>
           <td colspan="2">{{ blInfo.patient_hospital_info.AAB02C }}</td>
           <td colspan="2">{{ blInfo.patient_hospital_info.AAB02C }}</td>
           <td class="label">病房</td>
           <td class="label">病房</td>
-          <td colspan="2">{{ blInfo.patient_hospital_info.AAB03 }}</td>
+          <td colspan="2">{{ blInfo.patient_hospital_info.AAB11N }}</td>
           <td class="label">转科科别</td>
           <td class="label">转科科别</td>
           <td colspan="2">{{ blInfo.patient_hospital_info.AAD01C }}</td>
           <td colspan="2">{{ blInfo.patient_hospital_info.AAD01C }}</td>
         </tr>
         </tr>
@@ -225,6 +225,7 @@
             <span class="mlr10" />1.无
             <span class="mlr10" />1.无
             <span class="mlr10" />2.有
             <span class="mlr10" />2.有
             <span class="mlr10" />3.-
             <span class="mlr10" />3.-
+            <span style="margin-left: 40px;">过敏药物:</span>
             <NoValueInputVue :data="blInfo.patient_medical_info.AEB01" />
             <NoValueInputVue :data="blInfo.patient_medical_info.AEB01" />
           </td>
           </td>
           <td class="label">死亡患者尸检</td>
           <td class="label">死亡患者尸检</td>