You've already forked think-plugs-notice
refactor(notice): 优化通知类型搜索功能
- 移除了 xzgl 模块中未使用的通知类型搜索框 -修正了 broadcast 和 notice 模块
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="layui-form-item layui-inline">
|
||||
<label class="layui-form-label">{:lang('通知类型')}</label>
|
||||
<label class="layui-input-inline">
|
||||
<select name="status">
|
||||
<select name="type">
|
||||
<option value="">{:lang('请选择通知类型')}</option>
|
||||
{foreach $types as $type}
|
||||
{if isset($get.type) and $get.type eq $type.type}
|
||||
|
@@ -11,7 +11,7 @@
|
||||
<div class="layui-form-item layui-inline">
|
||||
<label class="layui-form-label">{:lang('通知类型')}</label>
|
||||
<label class="layui-input-inline">
|
||||
<select name="status">
|
||||
<select name="type">
|
||||
<option value="">{:lang('请选择通知类型')}</option>
|
||||
{foreach $types as $type}
|
||||
{if isset($get.type) and $get.type eq $type.type}
|
||||
|
Reference in New Issue
Block a user