Skip to content

Commit 0069d58

Browse files
author
hikki
committed
v4.0
1 parent ed4a523 commit 0069d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ protected function form($id)
184184
['name'=>'01','meta'=>'test info1','url'=>'1','time'=>'2021-05-15 00:00:00','is-small'=>1],
185185
['name'=>'02','meta'=>'test info2','url'=>'2','time'=>'2021-05-15 00:00:00','is-small'=>1],
186186
['name'=>'03','meta'=>'test info3','url'=>'3','time'=>'2021-05-15 00:00:00','is-small'=>1]])
187-
->attribute(['height' => '360px','options'=>['sortable' => true, 'delete' => true, 'insert' => true]]);
187+
->attribute(['height' => '360px','sortable' => true, 'delete' => true, 'insert' => true]);
188188

189189
/**
190190
* 级联线组件
@@ -203,7 +203,7 @@ protected function form($id)
203203
$form->CascadeLine('cascadeLine','级联管理器')
204204
->list($this->cascadeExampleData())
205205
->xhr('.../xhr地址')
206-
->attribute(['height' => '200px','options'=>['movable' => true,'exchange' => true,'insert' => true,'update' => true,'delete' => true]]);
206+
->attribute(['height' => '200px','movable' => true,'exchange' => true,'insert' => true,'update' => true,'delete' => true]);
207207
return $form;
208208
}
209209

0 commit comments

Comments
 (0)