king
2022-02-09 d59f518f466274b2caeb2e01c10c92deafe7c93b
src/menu/datasource/verifycard/index.jsx
@@ -42,7 +42,7 @@
        dataIndex: 'label',
        inputType: 'input',
        editable: true,
        width: '20%'
        width: '28%'
      },
      {
        title: '字段',
@@ -51,7 +51,7 @@
        editable: true,
        unique: true,
        copy: true,
        width: '20%'
        width: '28%'
      },
      {
        title: '数据类型',
@@ -90,15 +90,8 @@
          { value: 'datetime', text: 'datetime' },
        ],
        editable: true,
        width: '20%',
      },
      {
        title: '备注',
        dataIndex: 'remark',
        inputType: 'textarea',
        editable: true,
        width: '20%'
      },
        width: '25%',
      }
    ],
    scriptsColumns: [
      {