| | |
| | | :dataSource="dataSource" |
| | | :pagination="ipagination" |
| | | :loading="loading" |
| | | :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
| | | @change="handleTableChange"> |
| | | |
| | | <template slot="htmlSlot" slot-scope="text"> |
| | |
| | | { |
| | | title:'操作', |
| | | align:"center", |
| | | dataIndex: 'operation', |
| | | width:400 |
| | | dataIndex: 'operation_dictText', |
| | | width:300 |
| | | }, |
| | | { |
| | | title:'操作节点', |
| | | align:"center", |
| | | dataIndex: 'streamId', |
| | | width:400 |
| | | dataIndex: 'operationNode_dictText', |
| | | width:300 |
| | | }, |
| | | |
| | | { |
| | | title:'操作人', |
| | | align:"center", |
| | | dataIndex: 'userId_dictText', |
| | | width:400 |
| | | width:300 |
| | | }, |
| | | |
| | | { |
| | | title:'操作时间', |
| | | align:"center", |
| | | dataIndex: 'createTime', |
| | | width:300 |
| | | }, |
| | | { |
| | | title:'操作人意见', |