Browse Source

字段名称修改

seimin 2 years ago
parent
commit
4e5eb39b46
1 changed files with 6 additions and 4 deletions
  1. 6 4
      pages/pharmacyDetails/pharmacyDetails.vue

+ 6 - 4
pages/pharmacyDetails/pharmacyDetails.vue

@@ -43,11 +43,12 @@
43 43
         <scroll-view scroll-y class="page_item_cont" v-show="selectedLabelSlots == 2">
44 44
           <view class="page_item_cont_C" v-for="(item,i) in queryProcessList" :key="i">
45 45
             <view class="page_item_cont_title_C">
46
-              <text style="flex: 1;">{{item.operationTime}}</text>
46
+              <text style="width: 5em;">{{item.operationTime}}</text>
47 47
               <text style="flex: 1;">{{item.operationType?item.operationType.name:''}}</text>
48
-              <text class="text_big" style="width: 3em;">
48
+              <view class="text_big" style="text-align: center;max-width: 10em;flex: 1;">
49 49
                 <text>{{ item.username || '暂无' }}</text>
50
-              </text>
50
+                <view v-if="item.operatorAccount" style="white-space: nowrap;text-overflow: ellipsis;overflow: hidden;">({{ item.operatorAccount }})</view>
51
+              </view>
51 52
             </view>
52 53
           </view>
53 54
         </scroll-view>
@@ -756,7 +757,8 @@
756 757
           }
757 758
 
758 759
           .page_item_cont_C {
759
-            margin-top: 28rpx;
760
+            margin-top: 14rpx;
761
+            margin-bottom: 14rpx;
760 762
 
761 763
             .page_item_cont_title_C {
762 764
               font-size: 32rpx;