king
2025-04-01 e6e9c4f9b2fb92fb4b66b29e0c7d22595b345c97
src/menu/components/card/data-card/options.jsx
@@ -484,9 +484,19 @@
      forbid: subtype !== 'propcard' && subtype !== 'datacard',
      controlFields: [
        {field: 'emptyExec', notNull: true},
        {field: 'execDelay', notNull: true},
      ]
    },
    {
      type: 'number',
      field: 'execDelay',
      label: '执行延时',
      initval: wrap.execDelay,
      tooltip: '自动执行按钮的延时执行时间,单位毫秒。',
      required: false,
      forbid: subtype !== 'propcard'
    },
    {
      type: 'radio',
      field: 'emptyExec',
      label: '空值执行',