“linengliang”
2023-11-22 b508a1c9809474f2f9308d7a88d8cd3c6f50efd8
src/views/eam/ABC/StreamOperationList.vue
@@ -36,7 +36,6 @@
        :dataSource="dataSource"
        :pagination="ipagination"
        :loading="loading"
        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
        @change="handleTableChange">
        <template slot="htmlSlot" slot-scope="text">
@@ -115,21 +114,28 @@
          {
            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:'操作人意见',