king
2025-04-18 f52801380b9db9e591945dfbd54bdd69b1be5dd0
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -685,6 +685,17 @@
      options: fields
    },
    {
      type: 'select',
      key: 'tsField',
      label: '透视字段',
      initVal: card.tsField || '',
      tooltip: '透视字段将填充至关联菜单的搜索条件中(透视字段为空时,默认为当前元素绑定字段)。',
      options: fields,
      allowClear: true,
      required: false,
      forbid: appType === 'mob'
    },
    {
      type: 'radio',
      key: 'open',
      label: '打开方式',