中扬CRM客户关系管理系统
#
Junjie
2023-09-08 133307a0637193ca0c23f468aea2bd91c76e710a
src/main/webapp/static/js/order/order.js
@@ -120,6 +120,11 @@
        })
    }
    let where = {}
    if (getQueryVariable('status') !== false) {
        where = {status: getQueryVariable('status')}
    }
    // 数据渲染
    tableIns = table.render({
        elem: '#order',
@@ -132,6 +137,7 @@
        height: 'full-148',
        // size: 'sm',
        skin: 'line',
        where: where,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'name', align: 'left',title: '跟踪项目名称', style: 'color: #1890ff;cursor:pointer', event: 'more', width: 300}