king
8 天以前 b09b821ef36fd1ea979e9a5daa98e95732ac81d5
src/menu/components/card/balcony/options.jsx
@@ -114,6 +114,7 @@
      label: '上级组件',
      initval: wrap.supModule || [],
      required: true,
      allowClear: true,
      options: supmodules,
      forbid: isprint
    },
@@ -128,16 +129,6 @@
        {value: 'hidden', label: '选行'},
        {value: 'show', label: '始终'},
      ],
      forbid: isprint
    },
    {
      type: 'cascader',
      field: 'syncModule',
      label: '同步组件',
      initval: wrap.syncModule || '',
      tooltip: '当同步组件不存在或没有权限时,当前组件不显示。',
      required: true,
      options: modules,
      forbid: isprint
    },
    {
@@ -170,7 +161,6 @@
      initval: wrap.empty || 'show',
      tooltip: '当查询数据为空时,隐藏该组件。',
      required: false,
      skip: true,
      options: [
        {value: 'show', label: '否'},
        {value: 'hidden', label: '是'},