diff --git a/.gitignore b/.gitignore index 9bc9c77..2bf207d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,17 +11,14 @@ dump.rdb *.rdb redis.conf.bak -# Jingrow Local 前端 +# Jingrow 前端 node_modules frontend/dist/ frontend/node_modules/ frontend/.env.local frontend/.env.test frontend/.env.production -frontend/public/files/ -# Jingrow Framework 前端 -apps/jingrow/frontend/public/files/ # 忽略名为 test 的文件夹 test/ @@ -29,6 +26,7 @@ test/ # 忽略所有 文件夹 +**/frontend/public/files **/jfile/files/ **/output/ **/__pycache__/ diff --git a/apps/jingrow/frontend/src/core/components/FilterBar.vue b/apps/jingrow/frontend/src/core/components/FilterBar.vue new file mode 100644 index 0000000..83f89ab --- /dev/null +++ b/apps/jingrow/frontend/src/core/components/FilterBar.vue @@ -0,0 +1,429 @@ + + + + + diff --git a/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue b/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue index 4582c8a..6806310 100644 --- a/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue +++ b/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue @@ -11,6 +11,21 @@
+ +
+
+ + + {{ tag.label }} + : + {{ tag.value }} + + + +
+