Kaynağa Gözat

增加使用说明

Your Name 2 yıl önce
ebeveyn
işleme
923cc371c0

+ 1 - 1
src/components/DocIndex.vue

@@ -13,7 +13,7 @@
         <div class="csbtn" @click="regNew">新病例信息录入</div>
         <div class="jbbtn" @click="goPage('patcaselist')">历史病例管理</div>
         <div class="jbbtn" @click="logout">退出登录</div>
-        <div class="usageInfo">使用说明</div>
+        <div class="usageInfo" @click="goPage('agreedoc?type=1')">使用说明</div>
       </div>
     </div>
   </div>

+ 12 - 1
src/components/PatIndex.vue

@@ -75,7 +75,7 @@
                 </div>
                 <div v-if="latestCase.FVIII > 15">
                   <div class="rowfont" style="font-weight:bold;font-size:1.4rem;color:#3B4070;margin-bottom:5px;">
-                    5%~15% <sup>2、3</sup>
+                    >15% <sup>2、3</sup>
                   </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>
@@ -88,6 +88,7 @@
             <div class="jbbtn" @click="goPage('/patinjectionlist')">注射记录</div>
             <div class="jbbtn" @click="goPage('/procaselist')">PK及方案</div>
             <div class="jbbtn" @click="logout">退出登录</div>
+            <div class="usageInfo" @click="goPage('agreedoc?type=2')">使用说明</div>
           </div>
           <div class="desc">
               <img src="../assets/images/desc.png" alt="" width="100%">
@@ -351,6 +352,16 @@
       .jbbtn{
         margin-top: 10px;
       }
+
+      .usageInfo {
+        width: 6rem;
+        height: 2.4rem;
+        line-height: 2.4rem;
+        border-radius: 1rem;
+        background: #595758;
+        color: #fff;
+        margin: 2rem 1rem;
+      }
     }
   }
 

Dosya farkı çok büyük olduğundan ihmal edildi
+ 388 - 0
src/components/UserAgree.1.vue


Dosya farkı çok büyük olduğundan ihmal edildi
+ 34 - 336
src/components/UserAgree.vue