{:build_select('row[category_id]',array_column($category,'name','id'),$row['category_id']??0,['required'=>true])}
{:build_radios('row[is_hot]',[0=>'否',1=>'是'],$row['is_hot']??0)}
{:build_radios('row[is_kill]',[0=>'否',1=>'是'],$row['is_kill']??0)}
{:build_radios('row[status]',$status,$row['status']??1)}
    {foreach name="$row['sku']??[[]]" item="a"}
    名称: 库存: 秒杀库存: 成本价: 删除
    {/foreach}
    添加
    {foreach name="$row['detail']??[['id'=>'','name'=>'','value'=>'']]" item="a"} {/foreach}
    添加
    {foreach name="$row['service']??[['id'=>'','name'=>'','value'=>'']]" item="a"} {/foreach}
    添加