|
@@ -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>
|