From ac21c6c32e47300ae0b3f95155b9a59812195800 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 17 Dec 2025 18:27:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/template/project/bar.htm | 2 +- .../admin/template/project/level_index.htm | 5 + .../admin/template/project/password_add.htm | 93 ++++++ .../admin/template/project/password_index.htm | 272 ++++++++++++++++++ .../admin/template/project/users_index.htm | 5 + 5 files changed, 376 insertions(+), 1 deletion(-) create mode 100644 src/application/admin/template/project/password_add.htm create mode 100644 src/application/admin/template/project/password_index.htm diff --git a/src/application/admin/template/project/bar.htm b/src/application/admin/template/project/bar.htm index b6dbfe1..7190606 100644 --- a/src/application/admin/template/project/bar.htm +++ b/src/application/admin/template/project/bar.htm @@ -2,7 +2,7 @@
diff --git a/src/application/admin/template/project/password_add.htm b/src/application/admin/template/project/password_add.htm new file mode 100644 index 0000000..0c9bcd5 --- /dev/null +++ b/src/application/admin/template/project/password_add.htm @@ -0,0 +1,93 @@ +{include file="public/layout" /} + + + +
+
+
+
+
+
+
+
+ + +

请输入查询密码

+
+
+ +
+
+
+ + +

多个关键字用逗号分隔,留空表示不限制

+
+
+ +
+
+
+ + +

多个关键字用逗号分隔,留空表示不限制

+
+
+ +
+
+
+ + + +

+
+
+ + + + +
+
+
+ + + +{include file="public/footer" /} \ No newline at end of file diff --git a/src/application/admin/template/project/password_index.htm b/src/application/admin/template/project/password_index.htm new file mode 100644 index 0000000..48179d4 --- /dev/null +++ b/src/application/admin/template/project/password_index.htm @@ -0,0 +1,272 @@ +{include file="public/layout" /} + + +
+
+
+
+ +
+
+
+ {eq name="'Project@users_index'|is_check_access" value="1"} + + {/eq} + {eq name="'Project@level_index'|is_check_access" value="1"} + + {/eq} + {eq name="'Project@password_index'|is_check_access" value="1"} + + {/eq} +
+ +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + {empty name="list"} + + + + {else/} + {foreach name="list" item="vo" key="k"} + + + + + + + + + + + {/foreach} + {/empty} + +
+
+
+
查询密码
+
+
允许查询关键字
+
+
禁止查询关键字
+
+
状态
+
+
创建时间
+
+
更新时间
+
+
操作
+
+ 没有符合条件的记录 +
+
+ +
+
+
{$vo.password}
+
+
{$vo.allow_keywords|default='无'}
+
+
{$vo.deny_keywords|default='无'}
+
+
+ {if condition="$vo.status eq 1"} + 启用 + {else /} + 禁用 + {/if} +
+
+
{$vo.createtime|date='Y-m-d H:i:s',###}
+
+
{$vo.updatetime|date='Y-m-d H:i:s',###|default='无'}
+
+
+ 编辑 + + 删除 +
+
+
+ +
+ +
+
+ + +{include file="public/footer" /} \ No newline at end of file diff --git a/src/application/admin/template/project/users_index.htm b/src/application/admin/template/project/users_index.htm index 16aaf11..44baa31 100644 --- a/src/application/admin/template/project/users_index.htm +++ b/src/application/admin/template/project/users_index.htm @@ -19,6 +19,11 @@ {/eq} + {eq name="'Project@password_index'|is_check_access" value="1"} + + {/eq}