king
2021-03-16 4cf3c14e6cd5ababdc6c7fddad1726395ed083b7
src/views/appmanage/index.jsx
@@ -26,7 +26,7 @@
      { title: '应用名称', dataIndex: 'remark', key: 'remark', align: 'center' },
      { title: '应用编码', dataIndex: 'kei_no', key: 'kei_no', align: 'center' },
      {
        title: 'Action',
        title: '操作',
        key: 'action',
        align: 'center',
        render: (text, record) => (<Button type="link" onClick={() => this.deleteApp(record)} style={{color: '#ff4d4f'}}>删除</Button>),
@@ -97,7 +97,7 @@
        render: (text, record) => (text ? <img style={{width: '32px', height: '32px'}} src={text} alt="" /> : null)
      },
      {
        title: 'Action',
        title: '操作',
        key: 'action',
        align: 'center',
        width: '190px',