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