REVIEW OA 请假

This commit is contained in:
YunaiV
2023-04-09 18:49:54 +08:00
parent 47b5ce2f35
commit 7e3f6190a5
4 changed files with 13 additions and 13 deletions

View File

@ -174,10 +174,8 @@
</el-form-item>
</el-form>
<template #footer>
<span class="dialog-footer">
<el-button @click="cancel">取 消</el-button>
<el-button type="primary" @click="handleSubmit">确 定</el-button>
</span>
<el-button @click="cancel">取 消</el-button>
<el-button type="primary" @click="handleSubmit">确 定</el-button>
</template>
</el-dialog>
</ContentWrap>