审核
This commit is contained in:
parent
acfb1a7371
commit
f27397c8c1
|
|
@ -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},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user