king
2025-04-03 d4d2b680baff18f950da5e77463c1f0e26dbd567
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: '空值执行',