付延余
2022-08-23 e333d366495e2406618c5b0daf3fe53a759903a6
pages/home/home.vue
@@ -29,7 +29,7 @@
                        <text>所属流程:{{ item.processName }}</text>
                     </view>
                     <view class="">
                        <text>审批环节:{{ item.currTaskName }}</text>
                        <text>审批环节:{{ item.currTaskName || '' }}</text>
                     </view>
                  </view>
                  <view class="center-content__two center-margin">
@@ -62,7 +62,7 @@
                        <image src="@/static/home/jindu.png" mode=""></image>
                        <view>查看进度</view>
                     </view>
                     <view @click="theFormDataClick(item.tableId)" v-if="item.status == 1 || item.status == 2">
                     <view @click="theFormDataClick(item.tableId)" v-if="(item.status == 1 || item.status == 2) && (item.procDefId == 'WAY_BILL:4:87504')">
                        <image src="@/static/home/biaodan.png" mode=""></image>
                        <view>表单数据</view>
                     </view>
@@ -70,7 +70,7 @@
                        <image src="@/static/home/history.png" mode=""></image>
                        <view>重新申请</view>
                     </view>
                     <view @click="editMyApplication(item)" v-if="item.status == 3">
                     <view @click="editMyApplication(item)" v-if="item.status == 3 && item.procDefId == 'WAY_BILL:4:87504'">
                        <image src="@/static/home/history.png" mode=""></image>
                        <view>编辑</view>
                     </view>
@@ -105,10 +105,10 @@
               <view class="center-container">
                  <view class="center-content__one center-margin">
                     <view class="">
                        <text>任务名称:{{ item.name }}</text>
                        <text>任务名称:{{ item.name || '' }}</text>
                     </view>
                     <view class="">
                        <text>所属流程:{{ item.processName }}</text>
                        <text>所属流程:{{ item.processName || '' }}</text>
                     </view>
                  </view>
                  <view class="center-content__two center-margin">
@@ -162,7 +162,7 @@
                        <text>任务名称:{{ item.name }}</text>
                     </view>
                     <view>
                        <text>所属流程:{{ item.processName }}</text>
                        <text>所属流程:{{ item.processName || '' }}</text>
                     </view>
                  </view>
                  <view class="center-content__two center-margin">
@@ -175,7 +175,7 @@
                  </view>
                  <view class="center-content__three center-margin">
                     <view class="">
                        <text>审批意见:{{ item.comment }}</text>
                        <text>审批意见:{{ item.comment || '' }}</text>
                     </view>
                     <view class="">
                        <text>
@@ -198,7 +198,7 @@
               <view class="bottom-container">
                  <!-- 已办按钮 -->
                  <view class="bottom-content__item">
                     <view @click="theFormDataClick(item.tableId)">
                     <view @click="theFormDataClick(item.tableId)" v-if="item.procDefId == 'WAY_BILL:4:87504'">
                        <image src="@/static/home/biaodan.png" mode=""></image>
                        <view>表单数据</view>
                     </view>