mrzhssss
2022-01-12 5b53ccc3d0e46773c3fa58751935df331d562af4
src/main/webapp/static/js/flowStatus/flowStatus.js
@@ -21,10 +21,12 @@
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'id', align: 'center',title: '唯一id'}
            ,{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: '备注', width: 100}
            ,{field: 'memo', align: 'center',title: '备注', width: 300}
            // ,{field: 'str1', align: 'center',title: ''}
            // ,{field: 'str2', align: 'center',title: ''}
            // ,{field: 'str3', align: 'center',title: ''}