Table tree support selectAllDisabled status
This commit is contained in:
parent
1ce519d3ff
commit
ec1f67fa7e
2 changed files with 29 additions and 15 deletions
|
@ -80,16 +80,14 @@
|
|||
name: '张三',
|
||||
age: 18,
|
||||
address: '发动机莲富大厦放假了开始的',
|
||||
date: '2016-10-01',
|
||||
_disabled: true,
|
||||
date: '2016-10-01'
|
||||
},
|
||||
{
|
||||
id: '10101',
|
||||
name: '李四',
|
||||
age: 19,
|
||||
address: '风刀霜剑分离的思路开发',
|
||||
date: '2016-10-02',
|
||||
_disabled: true,
|
||||
date: '2016-10-02'
|
||||
},
|
||||
{
|
||||
id: '10102',
|
||||
|
@ -98,15 +96,13 @@
|
|||
address: '分离的付款就说个就是范德萨发生',
|
||||
date: '2016-10-03',
|
||||
_showChildren: true,
|
||||
_disabled: true,
|
||||
children: [
|
||||
{
|
||||
id: '10102100',
|
||||
name: '赵六',
|
||||
age: 21,
|
||||
address: '梵蒂冈人太热疼我',
|
||||
date: '2016-10-05',
|
||||
_disabled: true,
|
||||
date: '2016-10-05'
|
||||
},
|
||||
{
|
||||
id: '10102101',
|
||||
|
@ -115,23 +111,20 @@
|
|||
address: '法第三方的范德萨范德萨发送到',
|
||||
date: '2016-10-06',
|
||||
_showChildren: true,
|
||||
_disabled: true,
|
||||
children: [
|
||||
{
|
||||
id: '10102101100',
|
||||
name: '第九',
|
||||
age: 23,
|
||||
address: '9梵蒂冈人太热疼我',
|
||||
date: '2016-10-07',
|
||||
_disabled: true,
|
||||
date: '2016-10-07'
|
||||
},
|
||||
{
|
||||
id: '10102101101',
|
||||
name: '第十',
|
||||
age: 24,
|
||||
address: '10法第三方的范德萨范德萨发送到',
|
||||
date: '2016-10-08',
|
||||
_disabled: true,
|
||||
date: '2016-10-08'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue