REVIEW OA 请假

This commit is contained in:
shizhong 2023-06-13 12:11:43 +08:00
parent c33a40623c
commit 2afd089f51
2 changed files with 4 additions and 8 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>
</template>
</el-dialog>
</ContentWrap>

View File

@ -196,10 +196,8 @@
</el-row>
</el-form>
<template #footer>
<div class="dialog-footer">
<el-button @click="cancelVideo"> </el-button>
<el-button type="primary" @click="submitVideo"> </el-button>
</div>
</template>
</el-dialog>