修改模板,添加选择器权限

This commit is contained in:
Anyon 2020-09-21 15:51:28 +08:00
parent eea0763579
commit 910b165ed5
7 changed files with 32 additions and 31 deletions

View File

@ -34,7 +34,8 @@ class NewsItem extends Controller
}
/**
* 文章内容管理
* 文章内容选择器
* @login true
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
@ -42,8 +43,8 @@ class NewsItem extends Controller
public function select()
{
$query = $this->_query($this->table);
$query->equal('status')->like('title')->dateBetween('create_at');
$query->where(['deleted' => '0'])->order('sort desc,id desc')->page();
$query->equal('status')->like('name')->dateBetween('create_at');
$query->where(['deleted' => 0])->order('sort desc,id desc')->page();
}
/**

View File

@ -57,6 +57,7 @@ class ShopGoods extends Controller
/**
* 商品选择器
* @login true
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException

View File

@ -17,7 +17,7 @@
<tbody>
{foreach $list as $key => $vo}
<tr>
<td class="nowrap">{$vo.title|default=''}</td>
<td class="nowrap">{$vo.name|default=''}</td>
<td>{if $vo.status eq 0}<span class="color-red">已禁用</span>{elseif $vo.status eq 1}<span class="color-green">使用中</span>{/if}</td>
<td>{$vo.create_at|format_datetime}</td>
<td class='text-right'><a class="layui-btn layui-btn-sm layui-btn-normal" data-item="{$vo.id}">选择文章</a></td>

View File

@ -4,7 +4,7 @@
<div class="layui-form-item layui-inline">
<label class="layui-form-label">文章标题</label>
<label class="layui-input-inline">
<input name="title" value="{:input('title','')}" placeholder="请输入文章标题" class="layui-input">
<input name="name" value="{:input('name','')}" placeholder="请输入文章标题" class="layui-input">
</label>
</div>
<div class="layui-form-item layui-inline">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -985,16 +985,15 @@
color: #333;
width: 30px;
height: 30px;
font-size: 12px;
border: 1px solid #DCDCDC;
overflow: hidden;
line-height: 30px;
font-size: 12px;
text-align: center;
line-height: 30px;
margin-right: 3px;
border-radius: 50%;
border: 1px solid #DCDCDC;
display: inline-block;
box-sizing: border-box;
text-indent: 0;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) inset;
}
@ -1016,8 +1015,8 @@
width: 317px;
height: 580px;
position: relative;
border-radius: 5px;
background: url(../img/wechat/mobile_head.png) no-repeat 0 0;
border-radius: 5px;
.mobile-header {
color: #fff;
@ -1126,23 +1125,25 @@
}
}
.icon-add {
width: 14px;
height: 14px;
border-bottom: none !important;
background: url(../img/wechat/index.png) 0 0 no-repeat
}
.icon {
&-add, &-sub {
display: inline-block;
vertical-align: middle
}
.icon-add, .icon-sub {
display: inline-block;
vertical-align: middle
}
&-add {
width: 14px;
height: 14px;
border-bottom: none !important;
background: url(../img/wechat/index.png) 0 0 no-repeat
}
.icon-sub {
width: 7px;
height: 7px;
margin-right: 2px;
background: url(../img/wechat/index.png) 0 -3pc no-repeat
&-sub {
width: 7px;
height: 7px;
margin-right: 2px;
background: url(../img/wechat/index.png) 0 -3pc no-repeat
}
}
.sub-menu {
@ -1154,15 +1155,13 @@
border: 1px solid #d0d0d0;
background-color: #fafafa;
ul, ul li {
ul li {
float: none;
width: 100%;
padding: 0;
z-index: 11;
display: block;
}
ul li {
a {
padding: 0 5px;
border: 1px solid hsla(0, 0%, 100%, 0);
@ -1182,7 +1181,7 @@
.arrow {
left: 50%;
position: absolute;
margin-left: -6px
margin-left: -6px;
}
.arrow_in, .arrow_out {