Explorar o código

字体颜色弯头

xiaochan hai 3 meses
pai
achega
a63459f516

+ 3 - 2
src/views/single-page/InpatientBoardV2/CallDialog.vue

@@ -28,7 +28,7 @@ function removeLeadingZerosKeepTrailing(str: string) {
   <div class="inpatient_board-call" v-show="listData.length > 0">
     <div class="inpatient_board-main">
       <div class="inpatient_board-item">
-        <div>普通呼叫</div>
+        <div>床位呼叫</div>
         <div v-for="value in store.callStore.call.values()">
           {{ removeLeadingZerosKeepTrailing(value.bedNo) }} 床
         </div>
@@ -47,7 +47,7 @@ function removeLeadingZerosKeepTrailing(str: string) {
 .inpatient_board-call {
   top: 0;
   left: 0;
-  z-index: 9;
+  z-index: 999;
   position: fixed;
   height: 100vh;
   width: 100vw;
@@ -61,6 +61,7 @@ function removeLeadingZerosKeepTrailing(str: string) {
     background: white;
 
     .inpatient_board-item {
+      color: black;
       margin: 5px;
       font-size: 50px;
     }

+ 1 - 1
src/views/single-page/InpatientBoardV2/index.ts

@@ -263,7 +263,7 @@ export function useInpatientBoard() {
   const mutation = {
     boardStart: (value: any[]): Promise<void> | number => 0,
     async getTemplate() {
-      let params = { ward: urlQuery.ward };
+      let params = { ward: urlQuery.ward, id: "" };
       if (stringNotBlank(urlQuery.tempId)) {
         params = {
           id: urlQuery.tempId,