This commit is contained in:
xman 2025-04-19 21:38:56 +08:00
parent acfb1a7371
commit f27397c8c1

View File

@ -24,6 +24,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
sortName: 'id', sortName: 'id',
fixedColumns: true, fixedColumns: true,
fixedRightNumber: 1, fixedRightNumber: 1,
searchFormVisible:true,
columns: [ columns: [
[ [
//{checkbox: true}, //{checkbox: true},
@ -57,6 +58,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
'2': 'default', // 已结束:红色 '2': 'default', // 已结束:红色
}, },
// defaultValue: '0' // defaultValue: '0'
sortable:true,
}, },
{field: 'record_count', title: '跟进次数',operate: false}, {field: 'record_count', title: '跟进次数',operate: false},