1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 07:21:24 +08:00

update dialog

This commit is contained in:
gzw
2023-05-15 11:05:11 +08:00
parent 5ee97a7ee8
commit 7de17eca2f
2 changed files with 15 additions and 3 deletions

View File

@@ -115,7 +115,13 @@
</div>
<div>
<el-dialog v-model="dialogFormVisible" title="考勤信息" width="25%">
<el-dialog
v-model="dialogFormVisible"
title="考勤信息"
width="25% "
:close-on-click-modal="false"
:show-close="false"
>
<edit-attendance
:users="users"
:form-data="form"

View File

@@ -86,7 +86,13 @@
/>
</div>
<div>
<el-dialog v-model="dialogFormVisible" title="考勤信息" width="25%">
<el-dialog
v-model="dialogFormVisible"
title="考勤信息"
width="25%"
:close-on-click-modal="false"
:show-close="false"
>
<el-form ref="ruleForm" :model="form" :label-width="formLabelWidth">
<el-form-item label="考勤时间" v-model="attTime" prop="attTime">
<div class="block">