-
Notifications
You must be signed in to change notification settings - Fork 0
JFormContainer
xinwu-yang edited this page Mar 1, 2023
·
1 revision
表单容器组件,暂用于表单禁用。
<template>
<!-- 在form下直接写这个组件,设置disabled为true就能将此form中的控件禁用 -->
<a-form>
<j-form-container :disabled="true">
<!-- 表单内容省略..... -->
</j-form-container>
</a-form>
</template>
<script>
export default {
}
</script>
属性 | 说明 | 类型 | 必填 | 默认值 |
---|---|---|---|---|
disabled | 是否禁用 | boolean | false |