-
-
-
+{% block title %}
+
日志
+
+{% endblock %}
+
+
+{% block body %}
+
-
-
+{% endblock %}
-{% include 'admin/common/footer.html' %}
-
-
-
+
+
-
-
\ No newline at end of file
+ table.render({
+ parseData,
+ elem: '#log-login-table',
+ url: MODULE_PATH + 'login_log',
+ page: true,
+ cols: get_columns(),
+ skin: 'line',
+ toolbar: false,
+ })
+ })
+
+{% endblock %}
\ No newline at end of file
diff --git a/templates/admin/rights/rights.html b/templates/admin/rights/rights.html
index d8a8a35..785bc69 100644
--- a/templates/admin/rights/rights.html
+++ b/templates/admin/rights/rights.html
@@ -1,286 +1,285 @@
-
-
-
+{% extends 'admin/base.html' %}
+
+{% block title %}
权限
- {% include 'admin/common/header.html' %}
-
-
-