refactor(notice): 优化通知类型搜索功能

- 移除了 xzgl 模块中未使用的通知类型搜索框
-修正了 broadcast 和 notice 模块
This commit is contained in:
2025-08-29 15:48:15 +08:00
parent 172e82670b
commit 13cbc94b2a
2 changed files with 2 additions and 2 deletions

View File

@@ -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}

View File

@@ -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}