付延余
2022-12-19 d698c77ac8f21ef383a1557be3dfdabbc2d76d61
pages/my-have-todo/my-have-todo.vue
@@ -51,7 +51,7 @@
                     </view>
                     <view class="center-content__two center-margin">
                        <view>
                           <text>发起人:{{ item.actBusiness.createByName }}</text>
                           <text>发起人:{{ item.actBusiness.createByName || '' }}</text>
                        </view>
                        <view>
                           <text>审批操作:{{ item.deleteReason }}</text>
@@ -59,7 +59,7 @@
                     </view>
                     <view class="center-content__three center-margin">
                        <view class="">
                           <text>审批意见:{{ item.comment == 'undefined' ? '' : item.comment || '' }}</text>
                           <text>审批意见:{{ item.comment == 'undefined' ? '未填写' : item.comment || '未填写' }}</text>
                        </view>
                        <view class="">
                           <text>
@@ -82,7 +82,7 @@
                  <view class="bottom-container">
                     <!-- 已办按钮 -->
                     <view class="bottom-content__item">
                        <view @click="theFormDataClick(item.tableId)" v-if="item.procDefId == 'WAY_BILL:4:87504'">
                        <view @click="theFormDataClick(item.tableId)" v-if="item.processName == '发运通知单'">
                           <image src="@/static/home/biaodan.png" mode=""></image>
                           <view>申请详情</view>
                        </view>
@@ -99,6 +99,10 @@
               </template>
            </combination-card>
         </u-checkbox-group>
      </view>
      <view class="empty-placeH">
      </view>
      <!-- 底部全选 -->
      <view class="bottomTabbar">
@@ -387,6 +391,8 @@
<style lang="scss" scoped>
::v-deep.my-have-todo {
   width: 100%;
   height: 100%;
   // 搜索区域
   .searchContainer {
      width: 94%;
@@ -600,6 +606,11 @@
         right: vww(20) !important;
      }
   }
   // 底部站位
   .empty-placeH{
      height:vww(5);
   }
   // 底部
   .bottomTabbar {