amis icon indicating copy to clipboard operation
amis copied to clipboard

input-date-range在input-table下无法支持extraName

Open lqPrototype opened this issue 6 months ago • 0 comments

{
  "type": "page",
  "body": {
    "type": "form",
    "debug": true,
    "api": "/amis/api/mock2/form/saveForm",
    "body": [
      {
        "type": "input-table",
        "name": "table",
        "addable": true,
        "editable": true,
        "columns": [
          {
            "name": "beginTime",
            "label": "教育日期",
            "type": "input-date-range",
            "extraName": "endTime",
            "valueFormat": "YYYY-MM-DD"
          },
          {
            "name": "b",
            "label": "B"
          }
        ]
      }
    ]
  }
}

lqPrototype avatar Aug 28 '24 06:08 lqPrototype