소스 검색

Merge branch 'master' of https://172.16.32.165/lighter/vue-intergration-platform

xiaochan 2 년 전
부모
커밋
d65f3882c0

+ 4 - 0
src/components/medical-advice/MedicalAdviceCommonUtil.js

@@ -3,7 +3,11 @@ import store from '@/store';
 import {listIsBlank, stringIsBlank} from "@/utils/blank-utils";
 import {getFormatDatetime} from "@/utils/date";
 
+const getRoles = store.state.user.info.roles
 
+export function getNursingEditQuanXian() {
+    return getRoles.indexOf(1) > -1 || getRoles.indexOf(12) > -1 || getRoles.indexOf(18)
+}
 
 /**
  * 医嘱状态

+ 1 - 1
src/components/medical-advice/PatientInfo.vue

@@ -1,5 +1,5 @@
 <template>
-  <el-descriptions :column="4" border style="width:100%;" title="基本信息" >
+  <el-descriptions :column="8" border style="width:100%;" title="基本信息" >
   <el-descriptions-item label="床号">
     {{ props.patientInfo.bedNo }}
   </el-descriptions-item>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 628 - 129
src/views/medical-advice/nursing-manage/NursingRecord.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.