修正bug

This commit is contained in:
2025-12-19 18:08:59 +08:00
parent 3bb7e027a6
commit 92783045ef
13 changed files with 77 additions and 74 deletions

View File

@@ -13,7 +13,7 @@
<template #title>替换执行时间</template>
<div class="content-container">
<a-form ref="exeTime" :model="formData" scroll-to-first-error>
<a-form-item field="designPerson" label="执行时间">
<a-form-item field="exetime" label="执行时间">
<a-date-picker v-model="exetime" style="width: 200px" />
</a-form-item>
</a-form>

View File

@@ -246,7 +246,7 @@ const handlePerpleModal = () => {
}
// 10.批量修改时间
const replaceExetimeModalRef = ref<InstanceType<typeof ReplacePerson>>()
const replaceExetimeModalRef = ref<InstanceType<typeof ReplaceExetime>>()
const handleExetimeModal = () => {
replaceExetimeModalRef.value!.open(undefined)
}