yuwandanmian 1 rok pred
rodič
commit
60c33d0af7

+ 1 - 1
src/views/encoder/components/doctorBlKf/TableBox.vue

@@ -111,7 +111,7 @@
         } else if (order === 'ascending') {
           str = 'asc'
         } else {
-          str = null
+          str = ''
         }
         const val = [prop, str]
         this.$emit('sort', val)

+ 1 - 1
src/views/encoder/index.vue

@@ -266,7 +266,7 @@
                 </el-table-column>
                 <el-table-column prop="kf_score" label="总扣分" align="center">
                   <template slot-scope="scope">
-                    <span class="link2" @click="toPageDoctorKf(scope.row)">{{ -scope.row.kf_score }}</span>
+                    <span class="link2" @click="toPageDoctorKf(scope.row)">{{ scope.row.kf_score ? -scope.row.kf_score : '' }}</span>
                     <span v-if="scope.row.kf_score">分</span>
                   </template>
                 </el-table-column>

+ 3 - 3
src/views/medicalRecord/index.vue

@@ -489,7 +489,7 @@
             <span class="mlr10" />3.医嘱转社区卫生服务机构/乡镇卫生院,拟接收医疗机构名称:<NoValueInputVue :data="blInfo.patient_info.AEM01C == 3 ? blInfo.patient_hospital_info.AEM02 : ''" />
             <span class="mlr10" />4.非医嘱离院
             <span class="mlr10" />5.死亡
-            <span class="mlr10" />6其他
+            <span class="mlr10" />9.其他
           </td>
         </tr>
         <tr>
@@ -497,7 +497,7 @@
           <td colspan="12">
             <span class="square">{{ blInfo.patient_hospital_info.AEM03C }}</span>
             <span class="mlr10" />1.无
-            <span class="mlr10" />2.有,<NoValueInputVue :data="blInfo.patient_hospital_info.AEM04" />
+            <span class="mlr10" />2.有,目的:<NoValueInputVue :data="blInfo.patient_hospital_info.AEM04" />
           </td>
         </tr>
       </table>
@@ -571,7 +571,7 @@ export default {
   data() {
     return {
       controlData: {
-        bSwitch: false,
+        bSwitch: true,
         zyh: ''
       },
       blInfo: {