中扬CRM客户关系管理系统
#
LSH
2023-11-21 29cfba4aa2e41fb15cacb500c3e2d9ae7c652d08
src/main/webapp/static/js/companyTarget/personTarget.js
@@ -25,8 +25,11 @@
        cols: [[
            {type: 'checkbox'}
            // ,{field: 'id', align: 'center',title: '#ID'}
            , {field: 'staff$', align: 'center', title: '人员'}
            , {field: 'year', align: 'center', title: '年度'}
            , {field: 'target', align: 'center', title: '目标',templet: '#targetTmp'}
            , {field: 'complete', align: 'center', title: '实际',templet: '#completeTmp'}
            , {field: 'complete$', align: 'center', title: '完成状况'}
            , {fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 400}
        ]],