导入参数
{empty name="table"} {:Form::select('row[table]', $tableList, $table, [])} {else /} {$table} {/empty}
该行的上一行,为匹配行
{:Form::select('row[head_type]', ['comment'=>'注释', 'name'=>'字段名'], 'comment', ['data-rule'=>'required'])}
{:Form::upload('row[path]', '', ['data-rule'=>'required'])}