Skip to content

DisplayConds 显示条件配置

用于配置组件显示条件的表单组件。

注意

此组件仅在编辑器环境中可用,需要配合 @tmagic/editor 使用。

基础用法

js
{
  type: 'display-conds',
  name: 'displayConds',
  text: '显示条件'
}

带标题前缀

js
{
  type: 'display-conds',
  name: 'displayConds',
  text: '显示条件',
  titlePrefix: '条件'
}

Attributes

参数说明类型可选值默认值
name绑定值string
text表单标签string
disabled是否禁用boolean / FilterFunctionfalse
titlePrefix标题前缀string
parentFields父级字段string[] / FilterFunction
onChange值变化时触发的函数OnChangeHandler-

Powered by 腾讯视频会员平台技术中心