seimin hace 3 años
padre
commit
89489a6b9d
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  1. 3 3
      pages/pharmacy/pharmacy.vue
  2. 3 3
      pages/pharmacyDetails/pharmacyDetails.vue

+ 3 - 3
pages/pharmacy/pharmacy.vue

@@ -60,15 +60,15 @@
60 60
                 </view>
61 61
               </view>
62 62
               <view class="page_item_cont">
63
-                <view class="page_item_cont_T">
63
+                <!-- <view class="page_item_cont_T">
64 64
                   <view class="page_item_cont_title">
65 65
                     <text>批次号</text>
66 66
                     <text class="text_big">{{ row.batchNo }}</text>
67 67
                   </view>
68
-                </view>
68
+                </view> -->
69 69
                 <view class="page_item_cont_B">
70 70
                   <view class="page_item_cont_title">
71
-                    <text>请领时间</text>
71
+                    <text>记账时间</text>
72 72
                     <text class="text_big">
73 73
                       <text>{{ row.creatTime }}</text>
74 74
                     </text>

+ 3 - 3
pages/pharmacyDetails/pharmacyDetails.vue

@@ -16,15 +16,15 @@
16 16
           </view>
17 17
         </view>
18 18
         <view class="page_item_cont">
19
-          <view class="page_item_cont_T">
19
+          <!-- <view class="page_item_cont_T">
20 20
             <view class="page_item_cont_title">
21 21
               <text>批次号</text>
22 22
               <text class="text_big">{{ infoDATA.batchNo }}</text>
23 23
             </view>
24
-          </view>
24
+          </view> -->
25 25
           <view class="page_item_cont_B">
26 26
             <view class="page_item_cont_title">
27
-              <text>请领时间</text>
27
+              <text>记账时间</text>
28 28
               <text class="text_big">
29 29
                 <text>{{ infoDATA.creatTime }}</text>
30 30
               </text>