#
whycq
2023-08-01 320ed3f4782f9662f79ecfe14d2cf3f34dd288c5
src/main/webapp/static/js/flowStatus/flowStatus.js
@@ -21,13 +21,19 @@
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'id', align: 'center',title: '唯一id'}
            ,{field: 'type', align: 'center',title: '节点类型'}
            ,{field: 'id', align: 'center',title: '唯一id',width: 100 , hide: true}
            ,{field: 'type', align: 'center',title: '节点类型', hide:true}
            ,{field: 'weightNum', align: 'center',title: '权重值', width: 100}
            ,{field: 'isAsrs$', align: 'center', width: 100, title: '项目类型'}
            ,{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}
        ]],