| | |
| | | { 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>), |
| | |
| | | render: (text, record) => (text ? <img style={{width: '32px', height: '32px'}} src={text} alt="" /> : null) |
| | | }, |
| | | { |
| | | title: 'Action', |
| | | title: '操作', |
| | | key: 'action', |
| | | align: 'center', |
| | | width: '190px', |