Browse Source

文字修改

seimin 3 years ago
parent
commit
89489a6b9d
2 changed files with 6 additions and 6 deletions
  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
                 </view>
60
                 </view>
61
               </view>
61
               </view>
62
               <view class="page_item_cont">
62
               <view class="page_item_cont">
63
-                <view class="page_item_cont_T">
63
+                <!-- <view class="page_item_cont_T">
64
                   <view class="page_item_cont_title">
64
                   <view class="page_item_cont_title">
65
                     <text>批次号</text>
65
                     <text>批次号</text>
66
                     <text class="text_big">{{ row.batchNo }}</text>
66
                     <text class="text_big">{{ row.batchNo }}</text>
67
                   </view>
67
                   </view>
68
-                </view>
68
+                </view> -->
69
                 <view class="page_item_cont_B">
69
                 <view class="page_item_cont_B">
70
                   <view class="page_item_cont_title">
70
                   <view class="page_item_cont_title">
71
-                    <text>请领时间</text>
71
+                    <text>记账时间</text>
72
                     <text class="text_big">
72
                     <text class="text_big">
73
                       <text>{{ row.creatTime }}</text>
73
                       <text>{{ row.creatTime }}</text>
74
                     </text>
74
                     </text>

+ 3 - 3
pages/pharmacyDetails/pharmacyDetails.vue

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