hgwms-2098 fix 执行记录弹窗修改

hwork-master^2
A0066811 2025-11-07 11:06:38 +08:00
parent cf2d0c8d00
commit 1893cd7734
1 changed files with 3 additions and 2 deletions

View File

@ -11,9 +11,9 @@
ref="formRef" ref="formRef"
:model="formState" :model="formState"
:rules="formRules" :rules="formRules"
:label-col="labelCol" layout="vertical"
:wrapper-col="wrapperCol"
> >
<a-col :span="24">
<a-form-item ref="jobName" label="名称" name="jobName"> <a-form-item ref="jobName" label="名称" name="jobName">
<a-input v-model:value="formState.jobName" /> <a-input v-model:value="formState.jobName" />
</a-form-item> </a-form-item>
@ -29,6 +29,7 @@
<a-form-item label="状态" name="state"> <a-form-item label="状态" name="state">
<a-switch v-model:checked="formState.state" /> <a-switch v-model:checked="formState.state" />
</a-form-item> </a-form-item>
</a-col>
</a-form> </a-form>
</a-modal> </a-modal>
</template> </template>