king
2020-11-27 a06655e10f4242c350a3450c6c21e77f33302e2e
src/templates/zshare/verifycard/index.jsx
@@ -60,7 +60,7 @@
      {
        title: '报错编码',
        dataIndex: 'errorCode',
        width: '12%',
        width: '13%',
        editable: true,
        inputType: 'select',
        options: [
@@ -73,7 +73,7 @@
      {
        title: '验证类型',
        dataIndex: 'verifyType',
        width: '13%',
        width: '14%',
        render: (text, record) => record.verifyType === 'logic' ? '逻辑验证' : '物理验证',
        inputType: 'select',
        editable: true,
@@ -85,7 +85,7 @@
      {
        title: '是否启用',
        dataIndex: 'status',
        width: '13%',
        width: '14%',
        editable: true,
        required: false,
        inputType: 'switch',