vben
2020-12-31 9c2f3f30bbd8abcccc4f256183ed7794da7fcda2
src/views/demo/table/tableData.tsx
@@ -7,12 +7,16 @@
      title: 'ID',
      dataIndex: 'id',
      fixed: 'left',
      width: 400,
      width: 200,
    },
    {
      title: '姓名',
      dataIndex: 'name',
      width: 150,
      filters: [
        { text: 'Male', value: 'male' },
        { text: 'Female', value: 'female' },
      ],
    },
    {
      title: '地址',
@@ -22,11 +26,13 @@
      title: '编号',
      dataIndex: 'no',
      width: 150,
      sorter: true,
      defaultHidden: true,
    },
    {
      title: '开始时间',
      width: 120,
      sorter: true,
      dataIndex: 'beginTime',
    },
    {