|
@@ -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)
|
|
|
+}
|
|
|
|
|
|
/**
|
|
|
* 医嘱状态
|