king
2025-03-09 26e116c38af035db0908c3b6086841708ba2ddeb
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -124,6 +124,9 @@
    } else {
      appMenus = []
    }
    // if (appType === 'mob') {
    //   appMenus.push({value: 'sign', text: '签名(系统页)'})
    // }
    appMenus.push({value: 'goback', text: '返回(上一页)'})
  }
@@ -722,6 +725,16 @@
      ]
    },
    {
      type: 'select',
      key: 'noVField',
      label: '空值字段',
      initVal: card.noVField || '',
      tooltip: '用于控制此静态元素的显示/隐藏,当此字段为空时(数值为0),隐藏当前元素。',
      required: false,
      allowClear: true,
      options: [],
    },
    {
      type: 'radio',
      key: 'lostTip',
      label: '图片缺失',