...
|
...
|
@@ -22,7 +22,7 @@ |
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('店铺属性')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
{:Form::checkboxs('row[property]', ['供货商'=>'供货商', '一级代理'=>'一级代理','厂家直销'=>'厂家直销'],$row.property,['data-rule'=>'required'])}
|
|
|
{:Form::checkboxs('row[property]', ['普通供货商'=>'普通供货商', '一级代理'=>'一级代理','厂家直销'=>'厂家直销'],$row.property,['data-rule'=>'required'])}
|
|
|
</div>
|
|
|
</div>
|
|
|
{if condition="!empty($row.svip_passtime)"}
|
...
|
...
|
|