iZaiZaiA 2 years ago
parent
commit
6e3fe0c9ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/tasks/hc-data.vue

+ 1 - 1
src/views/tasks/hc-data.vue

@@ -52,7 +52,7 @@
                     </div>
                 </div>
             </div>
-            <template #footer>
+            <template #footer v-if="sbTableKey === 'key1'">
                 <div class="dialog-footer">
                     <el-button size="large" @click="showTaskReviewModal = false">取消</el-button>
                     <el-button type="primary" hc-btn :loading="SMSAuthLoading" @click="ConfirmApprovalClick">确认审批</el-button>