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