Your Name 2 سال پیش
والد
کامیت
0fb9a500ba

BIN
src/assets/images/1-3.png


BIN
src/assets/images/3-5.png


BIN
src/assets/images/5-15.png


BIN
src/assets/images/_1.png


BIN
src/assets/images/_15.png


+ 1 - 1
src/components/DiagCalc.vue

@@ -177,7 +177,7 @@
           </div>
           <div style="display:flex;">
             <div class="rowfont" style="width:50%;">利用率%</div>
-            <div class="rowfont" style="width:50%;color:#888;">{{form.lyl*100}}</div>
+            <div class="rowfont" style="width:50%;color:#888;">{{form.lyl}}</div>
           </div>
           <div style="display:flex;">
             <div class="rowfont" style="width:50%;">预期峰值活性%</div>

+ 2 - 2
src/components/PatIndex.vue

@@ -70,7 +70,7 @@
                   <div class="rowfont" style="font-weight:bold;font-size:1.4rem;color:#3B4070;margin-bottom:5px;">
                     5% ~ 15%
                   </div>
-                  <div class="rowfont" style="font-weight:bold;font-size:1.2rem;color:#3B4070;">适中风险活动</div>
+                  <div class="rowfont" style="font-weight:bold;font-size:1.2rem;color:#3B4070;">适中风险活动</div>
                   <div class="rowfont" style="font-weight:bold;font-size:0.8rem;color:#3B4070;">(如爬山、骑行、球类运动等)</div>
                 </div>
                 <div v-if="latestCase.FVIII > 15">
@@ -320,7 +320,7 @@
         .ratioBg3 {
           /* width: 80px; */
           position: absolute;
-          left: 0;
+          left: -1rem;
           top:0;
           right: 0;
           bottom: 0;

+ 3 - 3
src/components/PatInjectionList.vue

@@ -6,12 +6,12 @@
       <div class="injectionListForm baseInfo">
         <div style="width:90%;font-size:1.4rem;text-align: center;margin:1rem auto;font-weight: bold;">姓名:{{patinfo.name}}</div>
         <div class="listItemContainer">
-          <div class="listItem listHeader" style="width:70%;background:#6DA2FE;color:#fff;">打卡时间</div>
+          <div class="listItem listHeader" style="width:80%;background:#6DA2FE;color:#fff;">打卡时间</div>
           <div class="listItem listHeader" style="background:#6DA2FE;color:#fff;">产品</div>
           <div class="listItem listHeader" style="background:#6DA2FE;color:#fff;">剂量</div>
         </div>
         <div class="listItemContainer" v-for="(item,index) in recordsList">
-          <div class="listItem" style="width:70%;">{{item.zssjt0}}</div>
+          <div class="listItem" style="width:80%;">{{item.zssjt0}}</div>
           <div class="listItem">{{item.mpro}}</div>
           <div class="listItem">{{item.mdose}}</div>
         </div>
@@ -100,7 +100,7 @@
 
     .listItem {
       width: 33%;
-      height: 3.2rem;
+      /* height: 3.2rem; */
       line-height: 3.2rem;
       flex-direction: row;
       justify-content: space-between;

+ 10 - 106
src/components/SolutionPkLine.vue

@@ -80,33 +80,21 @@
               interval:0,
               formatter(v,i){
                 // return v
-                // if(i==8){
-                //   return '48'
-                // }
-                // if(i==16){
-                //   return '96'
+                // if(v==24){
+                //   return '24'
                 // }
-                // if(i==24){
-                //   return '144'
-                // }
-                // if(i==32){
-                //   return '192'
+                // if(v==48){
+                //   return '48'
                 // }
-
-                if(v==48){
-                  return '48 '
-                }
                 // if(v==72){
                 //   return '72'
                 // }
-                if(v==96){
-                  return '96 '
-                }
-                if(v==144){
-                  return ' 144'
-                }
-                if(v==192){
-                  return '192   '
+                // if(v==96){
+                //   return '96'
+                // }
+
+                if(v%24==0){
+                  return v
                 }
                 
               }
@@ -196,25 +184,11 @@
                 },
                 {
                   // name: '12',
-                  xAxis: 2,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
-                {
-                  // name: '24',
                   xAxis: 4,
                   lineStyle: {
                     color: '#ccc'
                   }
                 },
-                {
-                  // name: '24',
-                  xAxis: 6,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
                 {
                   // name: '24',
                   xAxis: 8,
@@ -222,13 +196,6 @@
                     color: '#ccc'
                   }
                 },
-                {
-                  // name: '24',
-                  xAxis: 10,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
                 {
                   // name: '24',
                   xAxis: 12,
@@ -236,13 +203,6 @@
                     color: '#ccc'
                   }
                 },
-                {
-                  // name: '24',
-                  xAxis: 14,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
                 {
                   // name: '24',
                   xAxis: 16,
@@ -250,13 +210,6 @@
                     color: '#ccc'
                   }
                 },
-                {
-                  // name: '24',
-                  xAxis: 18,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
                 {
                   // name: '24',
                   xAxis: 20,
@@ -264,13 +217,6 @@
                     color: '#ccc'
                   }
                 },
-                {
-                  // name: '24',
-                  xAxis: 22,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
                 {
                   // name: '24',
                   xAxis: 24,
@@ -278,13 +224,6 @@
                     color: '#ccc'
                   }
                 },
-                {
-                  // name: '24',
-                  xAxis: 26,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
                 {
                   // name: '24',
                   xAxis: 28,
@@ -292,41 +231,6 @@
                     color: '#ccc'
                   }
                 },
-                {
-                  // name: '24',
-                  xAxis: 30,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
-                {
-                  // name: '24',
-                  xAxis: 32,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
-                {
-                  // name: '24',
-                  xAxis: 34,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
-                {
-                  // name: '24',
-                  xAxis: 36,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
-                {
-                  // name: '24',
-                  xAxis: 38,
-                  lineStyle: {
-                    color: '#ccc'
-                  }
-                },
               ]
             }
           }]