king
2023-02-11 e56c865ac3940aef8dc0605a13987d8fa58d1045
src/templates/zshare/formconfig.jsx
@@ -3817,6 +3817,18 @@
    //   forbid: appType !== 'mob'
    // },
    {
      type: 'radio',
      key: 'empty',
      label: '空值隐藏',
      initVal: card.empty || 'show',
      tooltip: '当选项为空时,隐藏该表单。',
      required: false,
      options: [
        {value: 'show', text: '否'},
        {value: 'hidden', text: '是'},
      ]
    },
    {
      type: 'multiselect',
      key: 'blacklist',
      label: '黑名单',