浏览代码

字段名称修改

seimin 2 年之前
父节点
当前提交
4e5eb39b46
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      pages/pharmacyDetails/pharmacyDetails.vue

+ 6 - 4
pages/pharmacyDetails/pharmacyDetails.vue

@@ -43,11 +43,12 @@
43
         <scroll-view scroll-y class="page_item_cont" v-show="selectedLabelSlots == 2">
43
         <scroll-view scroll-y class="page_item_cont" v-show="selectedLabelSlots == 2">
44
           <view class="page_item_cont_C" v-for="(item,i) in queryProcessList" :key="i">
44
           <view class="page_item_cont_C" v-for="(item,i) in queryProcessList" :key="i">
45
             <view class="page_item_cont_title_C">
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
               <text style="flex: 1;">{{item.operationType?item.operationType.name:''}}</text>
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
                 <text>{{ item.username || '暂无' }}</text>
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
             </view>
52
             </view>
52
           </view>
53
           </view>
53
         </scroll-view>
54
         </scroll-view>
@@ -756,7 +757,8 @@
756
           }
757
           }
757
 
758
 
758
           .page_item_cont_C {
759
           .page_item_cont_C {
759
-            margin-top: 28rpx;
760
+            margin-top: 14rpx;
761
+            margin-bottom: 14rpx;
760
 
762
 
761
             .page_item_cont_title_C {
763
             .page_item_cont_title_C {
762
               font-size: 32rpx;
764
               font-size: 32rpx;