瀏覽代碼

all all done

Your Name 2 年之前
父節點
當前提交
ccf40f2afa
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 2 2
      src/components/PatCaseList.vue
  2. 1 1
      src/components/PatClockInSuc.vue
  3. 2 2
      src/components/ProCaseList.vue

+ 2 - 2
src/components/PatCaseList.vue

@@ -11,8 +11,8 @@
       <div class="patCaseForm baseInfo" v-for="(item,index) in caseList">
           <mt-cell :title="'姓名:'+item.name" :value="'ID:'+item.code"></mt-cell>
           <mt-cell :title="'年龄:'+item.age" :value="'性别:'+item.sex"></mt-cell>
-          <mt-cell :title="'使用产品:'+item.mpro" :value="'注射剂量:'+item.zsjl"></mt-cell>
-          <mt-cell :title="'注射频次:'+item.zspc"></mt-cell>
+          <mt-cell :title="'使用产品:'+item.ckmpro" :value="'注射剂量:'+item.ckzsjl"></mt-cell>
+          <mt-cell :title="'注射频次:'+item.ckmfreq"></mt-cell>
           <div style="font-size:1rem;text-align:left;padding-left:10px;">
               方案时间:{{item.ctime}}
               <mt-button type="primary" size="small" @click="showDetail(item.id)">详情</mt-button>

+ 1 - 1
src/components/PatClockInSuc.vue

@@ -8,7 +8,7 @@
           <img src="../assets/images/clockinbg.png" width="100%" alt="">
           <div class="clocksucmsg" >您已打卡成功</div>
         </div>
-        <div class="clockintime">打卡时间:{{nowDatetime}}</div>
+        <!-- <div class="clockintime">打卡时间:{{nowDatetime}}</div> -->
       </div>
       <div class="footer">
         <div class="jbbtn" @click="goPage('/patindex')">确定</div>

+ 2 - 2
src/components/ProCaseList.vue

@@ -6,8 +6,8 @@
       <div class="loginForm baseInfo">
         <div v-for="(item,index) in list" style="padding-bottom:10px;border-bottom:1px solid #888;">
           <div style="display:flex;">
-            <div class="rowfont" style="width:50%;">使用产品:{{item.mpro}}</div>
-            <div class="rowfont" style="width:50%;">注射剂量:{{item.zsjl}}</div>
+            <div class="rowfont" style="width:50%;">使用产品:{{item.ckmpro}}</div>
+            <div class="rowfont" style="width:50%;">注射剂量:{{item.ckzsjl}}</div>
           </div>
           <div style="font-size:16px;text-align:left;padding-left:10px;height: 2.4rem;line-height: 2.4rem;">
             方案时间:{{item.ctime}}