-
zhangwei
2025-03-24 2d43a1df3f5ba42710e6d21c27d1e13bdb8dfd56
src/pages/worker/salaryDetail.vue
@@ -1,5 +1,5 @@
<template>
   <scroll-view class="full-page" scroll-y using-sticky>
   <view class="full-page" scroll-y using-sticky>
      <view class="full-page-content c-p-b-100" v-if="viewList&&viewList.length>0">
         <view class="listrecord c-p-t-28 c-p-l-28 c-p-r-28" v-for="item in viewList" :key='item.id'>
            <view class="coreshop-ff chuany-bradius20">
@@ -71,14 +71,14 @@
                           v-model="item.todaySalary" v-if="item.isShenPi!==2"></up-input>
                        <text v-else>{{item.todaySalary}} 元</text>
                     </view>
                     <view class="chuany-width48 c-p-t-8">
                     <!-- <view class="chuany-width48 c-p-t-8">
                        <view class="chuany-width10" v-if="item.isShenPi!==2">
                           <up-button class="button-layout__item" :text="item.isShenPi!==2?'核准工资':'修改'"
                              size="mini" :loading='item.isLoading'
                              :loadingText="item.isShenPi!==2?'核准中':'修改中'"
                              @tap.stop='saveDakaDetailCompany(item)' type="warning"></up-button>
                        </view>
                     </view>
                     </view> -->
                  </view>
               </view>
            </view>
@@ -92,7 +92,7 @@
      <view class="tabbtns">
         合计:{{heji}} 元
      </view>
   </scroll-view>
   </view>
</template>
<script>