ZaiZai 1 年之前
父节点
当前提交
bc6c148fab
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/views/tasks/hc-data.vue

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

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