Commit 5caffa69cfc8df6da0b23b555f57442139110641

Authored by 史婷婷
1 parent d26a220b

feat: 客户开发列表-待办时才显示驳回和通过

Showing 1 changed file with 2 additions and 2 deletions
@@ -85,8 +85,8 @@ @@ -85,8 +85,8 @@
85 </card-list> 85 </card-list>
86 </view> 86 </view>
87 87
88 - <!-- 批量操作条 -->  
89 - <view v-if="batchMode" class="batch-bar"> 88 + <!-- 批量操作条 待办时才显示驳回和通过-->
  89 + <view v-if="batchMode && todoType === 'WAIT'" class="batch-bar">
90 <button class="bbtn reject" @click="batchReject">驳回</button> 90 <button class="bbtn reject" @click="batchReject">驳回</button>
91 <button class="bbtn" type="primary" @click="batchPass">通过</button> 91 <button class="bbtn" type="primary" @click="batchPass">通过</button>
92 </view> 92 </view>