mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-25 02:53:56 +08:00
修改配置
This commit is contained in:
parent
5c7bda9dce
commit
6d3237bf89
@ -29,7 +29,7 @@ class NewsItem extends Controller
|
|||||||
{
|
{
|
||||||
$this->title = '文章内容管理';
|
$this->title = '文章内容管理';
|
||||||
$query = $this->_query($this->table);
|
$query = $this->_query($this->table);
|
||||||
$query->like('title,mark')->dateBetween('create_at');
|
$query->like('mark,title')->dateBetween('create_at');
|
||||||
$query->where(['deleted' => 0])->order('sort desc,id desc')->page();
|
$query->where(['deleted' => 0])->order('sort desc,id desc')->page();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
</th>
|
</th>
|
||||||
<th class='text-left nowrap' style="width:400px">商品信息</th>
|
<th class='text-left nowrap' style="width:400px">商品信息</th>
|
||||||
<th class='text-left nowrap' style="width:150px"></th>
|
<th class='text-left nowrap' style="width:150px"></th>
|
||||||
<th class='text-left nowrap' style="width:200px">商品状态</th>
|
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -63,14 +62,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class='nowrap'>
|
<td class='nowrap'>
|
||||||
入会礼包:{if empty($vo.vip_mod)}<span class=" color-red">否</span>{else}<span class="color-blue">是</span> [ <span class="color-blue">{$vo.vip_level|default='0'}</span> ]{/if}<br>
|
销售状态:{eq name='vo.status' value='0'}<span class="layui-badge">已下架</span>{else}<span class="layui-badge layui-bg-green">销售中</span>{/eq}<br>
|
||||||
所属分类:{$vo.cate.name|default='-'}<br>
|
所属分类:{$vo.cate.name|default='-'}<br>
|
||||||
</td>
|
</td>
|
||||||
<td class='nowrap'>
|
<td class='nowrap'>
|
||||||
销售状态:{eq name='vo.status' value='0'}<span class="layui-badge">已下架</span>{else}<span class="layui-badge layui-bg-green">销售中</span>{/eq}<br>
|
剩余库存 <span class="color-blue">{$vo.stock_total-$vo.stock_sales} 件 ( 已售 {$vo.stock_sales} 件 )</span><br>
|
||||||
剩余库存:<span class="color-blue">{$vo.stock_total-$vo.stock_sales} 件 ( 已售 {$vo.stock_sales} 件 )</span><br>
|
|
||||||
</td>
|
|
||||||
<td class='nowrap'>
|
|
||||||
<!--{if auth("edit")}-->
|
<!--{if auth("edit")}-->
|
||||||
<a data-dbclick class="layui-btn layui-btn-xs" data-open='{:url("edit")}?code={$vo.code}'>编 辑</a>
|
<a data-dbclick class="layui-btn layui-btn-xs" data-open='{:url("edit")}?code={$vo.code}'>编 辑</a>
|
||||||
<!--{else}-->
|
<!--{else}-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user