hgwms-2098 fix 执行记录弹窗修改
parent
cf2d0c8d00
commit
1893cd7734
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue