“linengliang”
2023-11-22 c2ba0d418a2d33043e396d385dc73664737686e0
src/views/eam/ABC/StreamOperationList.vue
@@ -115,21 +115,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:'操作人意见',