king
2022-06-28 0472ec32cadb4f9bca6dbab82ac33a42e76f37ed
src/templates/modalconfig/source.jsx
@@ -134,11 +134,11 @@
    label: CommonDict['model.form.datemonth'],
    subType: 'datemonth',
  },
  {
    type: 'form',
    label: CommonDict['model.form.datetime'],
    subType: 'datetime',
  },
  // {
  //   type: 'form',
  //   label: '日期(分/秒)',
  //   subType: 'datetime',
  // },
  {
    type: 'form',
    label: CommonDict['model.form.textarea'],
@@ -178,6 +178,11 @@
    type: 'form',
    label: '关联主表',
    subType: 'linkMain',
  },
  {
    type: 'form',
    label: '公式',
    subType: 'formula',
  }
]