.
18516761980
2022-04-07 5972c5e0070c00d65eb9d08b4c49357dbf3808c4
src/main/webapp/static/js/flowStatus/flowStatus.js
@@ -21,13 +21,15 @@
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'id', align: 'center',title: '唯一id'}
            ,{field: 'type', align: 'center',title: '节点类型'}
            ,{field: 'id', align: 'center',title: '唯一id',width: 100}
            ,{field: 'type', align: 'center',title: '节点类型', hide:true}
            ,{field: 'weightNum', align: 'center',title: '权重值', width: 100}
            ,{field: 'name', align: 'center',title: '节点名称'}
            ,{field: 'memo', align: 'center',title: '备注'}
            ,{field: 'str1', align: 'center',title: ''}
            ,{field: 'str2', align: 'center',title: ''}
            ,{field: 'str3', align: 'center',title: ''}
            ,{field: 'memo', align: 'center',title: '备注', width: 300}
            // ,{field: 'str1', align: 'center',title: ''}
            // ,{field: 'str2', align: 'center',title: ''}
            // ,{field: 'str3', align: 'center',title: ''}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150}
        ]],