diff --git a/src/assets/img/shuju/elegant.png b/src/assets/img/shuju/elegant.png new file mode 100644 index 00000000..f2a25fac Binary files /dev/null and b/src/assets/img/shuju/elegant.png differ diff --git a/src/router/index.js b/src/router/index.js index 54c903b5..30405144 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -289,6 +289,11 @@ router.beforeEach((to, from, next) => { name: "区域化党建", id: "5fwaefwaefawef588", }, + { + url: "/visual/communityParty/elegant", + name: "党员风采", + id: "5fwaefwaefawef589", + } ], }, { diff --git a/src/views/modules/visual/communityParty/elegant.vue b/src/views/modules/visual/communityParty/elegant.vue new file mode 100644 index 00000000..ac3073ac --- /dev/null +++ b/src/views/modules/visual/communityParty/elegant.vue @@ -0,0 +1,625 @@ + + + + + + + 党员风采 + + + + + + + + + + + + + {{item.name}}({{ item.gridName}}) + {{ item.categoryName }} + {{ item.mainDeed }} + + + + + + + + + + + + + + + + diff --git a/src/views/modules/visual/communityParty/elegantInfo.vue b/src/views/modules/visual/communityParty/elegantInfo.vue new file mode 100644 index 00000000..809716b9 --- /dev/null +++ b/src/views/modules/visual/communityParty/elegantInfo.vue @@ -0,0 +1,201 @@ + + + + + + + 党员风采 + + + + + + + + + + + + 所属网格: + {{ info.gridName }} + + + 分类类别: + {{ info.categoryName }} + + + 党员姓名: + {{ info.name }} + + + 主要事迹: + {{info.mainDeed}} + + + 风采图片: + + + + + + + + + + + + + + + + + + + +