作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

修改问题文档

... ... @@ -62,12 +62,12 @@
<!-- </div>-->
<!-- </div>-->
{eq name="row.viptype" value="1"}
<div class="form-group">
<!--<div class="form-group">
<label class="control-label col-xs-12 col-sm-2">{:__('城市列表')}:</label>
<div class="col-xs-12 col-sm-8">
<input id="c-province_id" data-rule="" data-order-by="id asc" data-source="store/selectpage" data-multiple="true" class="form-control selectpage" name="row[province_ids]" type="text" value="{$row.province_ids|htmlentities}">
</div>
</div>
</div>-->
{/eq}
<div class="form-group address">
<label class="control-label col-xs-12 col-sm-2">{:__('Address')}:</label>
... ...
... ... @@ -25,7 +25,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
[
{checkbox: true},
{field: 'id', title: __('Id')},
// {field: 'user_id', title: __('User_id')},
{field: 'user_id', title: __('User_id'),visible:false},
// {field: 'province_id', title: __('Province_id')},
{field: 'province.name', title: __('Province.name')},
{field: 'expiration_time', title: __('Expiration_time'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime},
... ...