huangxw před 1 měsícem
rodič
revize
646f49a2aa
1 změnil soubory, kde provedl 6 přidání a 2 odebrání
  1. 6 2
      src/plant/contact-unit/unit-detail/index.vue

+ 6 - 2
src/plant/contact-unit/unit-detail/index.vue

@@ -1,5 +1,5 @@
 <template>
-    <z-paging ref="paging" bgColor="#fff" safe-area-inset-bottom paging-class="paging-btm-shadow" refresher-only @onRefresh="onRefresh" scroll-with-animation>
+    <z-paging ref="paging" bgColor="#f7f7f7" safe-area-inset-bottom paging-class="paging-btm-shadow" refresher-only @onRefresh="onRefresh" scroll-with-animation>
         <template #top>
             <ut-navbar title="往来单位详情" :fixed="false" border></ut-navbar>
         </template>
@@ -89,7 +89,11 @@
             <ut-empty class="mg-at" size="28rpx" color="#999" padding="10rpx">暂无往来单位详情</ut-empty>
         </template>
         <template #bottom>
-            <view class="pd-24 d-flex a-c">
+            <view class="pd3-10-24-24">
+                <view class="f-s-24 c-#ccc pd-12">
+                    <span class="mr-30">最新修改人: {{ form?.operatorName || '-' }}</span>
+                    <span>最新修改时间: {{ form?.operateTime || '-' }}</span>
+                </view>
                 <up-button type="primary" @click="clickEdit">修改</up-button>
             </view>
         </template>