zhangwei
2024-09-18 182884c4367668f279851b76be9b2b957ad0d47a
src/pages/company/record.vue
@@ -12,7 +12,7 @@
            </up-list-item>
            <view class="c-p-20">
               <view class="chuany-flex chuany-justify-between chuany-flex-wrap">
                  <text class="chuany-font34">
                  <text class="chuany-font32">
                     {{dakaList.orderName}}
                  </text>
                  <text class="">
@@ -20,7 +20,7 @@
                  </text>
               </view>
            </view>
            <view class="c-p-20">
            <view class="c-p-l-20 c-p-r-20">
               <view class="">
                  <text class="">
                     打卡记录:
@@ -102,7 +102,7 @@
            </view> -->
         </up-list>
         <view class="tabbtns">
            <up-button color='#fece01' class="text-69" :text="dakaList.isShenPiName!=='已结算'?'确认':'修改'" :loading='isLoading' loadingText="确认中"
            <up-button color='#fece01' class="text-69" :text="dakaList.isShenPiName!=='已结算'?'确认':'修改'" :loading='isLoading'
            :loadingText="dakaList.isShenPiName!=='已结算'?'确认中':'修改中'" @click="saveDakaDetailCompany"></up-button>
         </view>
      </view>