king
2022-09-22 d3de0a6fff9ea94ab3c7f5b49cad56dad5d3c0b7
src/templates/zshare/formconfig.jsx
@@ -1371,7 +1371,7 @@
      type: 'text',
      key: 'output',
      label: '返回值',
      tooltip: '执行成功后的返回值。系统函数可指定返回的变量(以@符开头,如@id);自定义函数可指定返回字段(如id)。',
      tooltip: '执行成功后的返回值。系统函数可指定返回的变量(以@符开头,返回id时可使用@id@);自定义函数可指定返回字段(如id)。',
      initVal: card.output || '',
      required: false
    },
@@ -3561,6 +3561,17 @@
    },
    {
      type: 'number',
      key: 'maxSize',
      min: 0.01,
      max: 1024,
      precision: 2,
      label: '最大值(M)',
      initVal: card.maxSize,
      tooltip: '文件最大值,超出时不允许上传,值为空时不限制。',
      required: false
    },
    {
      type: 'number',
      key: 'span',
      min: 1,
      max: 24,