king
2020-05-09 aaaf56d7ca060f7c681d6b8a67aac46aa89a4dbc
src/templates/zshare/formconfig.jsx
@@ -620,7 +620,7 @@
      key: 'transfer',
      label: '传递',
      initVal: card.transfer || 'false',
      tooltip: '数据查询时,类型字段是否作为参数传递。',
      tooltip: '数据查询时,类型字段是否作为参数传递,类型字段对应值为 {"日": "day", "周": "week", "月": "month", "季": "quarter", "年": "year", "自定义": "customized"}。',
      options: [{
        value: 'true',
        text: Formdict['header.form.true']