中扬CRM客户关系管理系统
#
Junjie
2023-11-07 0176fa59653ca24db2149d7e0948c508912e491b
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}
        ]],