From 8c3158b18e771547d434a06b7dbff699ee5d34bb Mon Sep 17 00:00:00 2001 From: RobbieHan Date: Sat, 10 Nov 2018 19:36:12 +0800 Subject: [PATCH] menu list --- .idea/workspace.xml | 314 +++++++++--------- apps/__pycache__/custom.cpython-36.pyc | Bin 783 -> 783 bytes apps/system/__pycache__/forms.cpython-36.pyc | Bin 3909 -> 3909 bytes apps/system/__pycache__/urls.cpython-36.pyc | Bin 1574 -> 1613 bytes .../__pycache__/views_menu.cpython-36.pyc | Bin 492 -> 798 bytes .../views_structure.cpython-36.pyc | Bin 3625 -> 3625 bytes apps/system/urls.py | 5 +- apps/system/views_menu.py | 9 +- sandboxMP/__pycache__/settings.cpython-36.pyc | Bin 2517 -> 2517 bytes templates/system/menu_list.html | 150 +++++++++ 10 files changed, 321 insertions(+), 157 deletions(-) create mode 100644 templates/system/menu_list.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6224d59..42b89eb 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,10 @@ + - - + - + - - - - - - - - - - - - - - - - - + + + @@ -46,20 +32,30 @@ - - + + - + + + + + + + + + + + - - + + @@ -67,16 +63,6 @@ - - - - - - - - - - @@ -107,12 +93,10 @@ @@ -137,8 +125,8 @@ DEFINITION_ORDER - @@ -174,7 +162,6 @@ - @@ -193,11 +180,17 @@ + + + + + + ID + 名称 + 代码 + URL + 图标 + 父菜单 + 操作 + + + + + + +

+ + + + + + + +{% endblock %} + +{% block javascripts %} + + + + + + + +{% endblock %} \ No newline at end of file