diff --git a/src/assets/imgs/icon/icon_committee_detail.png b/src/assets/imgs/icon/icon_committee_detail.png new file mode 100644 index 0000000..a5f5369 Binary files /dev/null and b/src/assets/imgs/icon/icon_committee_detail.png differ diff --git a/src/assets/imgs/icon/icon_organizational_manage.png b/src/assets/imgs/icon/icon_organizational_manage.png new file mode 100644 index 0000000..1c1ab6d Binary files /dev/null and b/src/assets/imgs/icon/icon_organizational_manage.png differ diff --git a/src/components/iconfont/iconfont.css b/src/components/iconfont/iconfont.css index 493bf0c..c5583a4 100644 --- a/src/components/iconfont/iconfont.css +++ b/src/components/iconfont/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "anticon-jeecg"; /* Project id 2798517 */ - src: url('iconfont.woff2?t=1705570227820') format('woff2'), - url('iconfont.woff?t=1705570227820') format('woff'), - url('iconfont.ttf?t=1705570227820') format('truetype'); + src: url('iconfont.woff2?t=1717644876199') format('woff2'), + url('iconfont.woff?t=1717644876199') format('woff'), + url('iconfont.ttf?t=1717644876199') format('truetype'); } .anticon-jeecg { @@ -13,6 +13,10 @@ -moz-osx-font-smoothing: grayscale; } +.anticonyinzhang:before { + content: "\e785"; +} + .anticondraftgroup:before { content: "\e65e"; } diff --git a/src/components/iconfont/iconfont.js b/src/components/iconfont/iconfont.js index 33f5975..3a4bc2a 100644 --- a/src/components/iconfont/iconfont.js +++ b/src/components/iconfont/iconfont.js @@ -1 +1 @@ -window._iconfont_svg_string_2798517='',function(a){var c=(c=document.getElementsByTagName("script"))[c.length-1],t=c.getAttribute("data-injectcss"),c=c.getAttribute("data-disable-injectsvg");if(!c){var e,o,n,i,l,m=function(c,t){t.parentNode.insertBefore(c,t)};if(t&&!a.__iconfont__svg__cssinject__){a.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(c){console&&console.log(c)}}e=function(){var c,t=document.createElement("div");t.innerHTML=a._iconfont_svg_string_2798517,(t=t.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",t=t,(c=document.body).firstChild?m(t,c.firstChild):c.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(e,0):(o=function(){document.removeEventListener("DOMContentLoaded",o,!1),e()},document.addEventListener("DOMContentLoaded",o,!1)):document.attachEvent&&(n=e,i=a.document,l=!1,v(),i.onreadystatechange=function(){"complete"==i.readyState&&(i.onreadystatechange=null,h())})}function h(){l||(l=!0,n())}function v(){try{i.documentElement.doScroll("left")}catch(c){return void setTimeout(v,50)}h()}}(window); \ No newline at end of file +window._iconfont_svg_string_2798517='',function(a){var c=(c=document.getElementsByTagName("script"))[c.length-1],t=c.getAttribute("data-injectcss"),c=c.getAttribute("data-disable-injectsvg");if(!c){var e,o,n,l,i,h=function(c,t){t.parentNode.insertBefore(c,t)};if(t&&!a.__iconfont__svg__cssinject__){a.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(c){console&&console.log(c)}}e=function(){var c,t=document.createElement("div");t.innerHTML=a._iconfont_svg_string_2798517,(t=t.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",t=t,(c=document.body).firstChild?h(t,c.firstChild):c.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(e,0):(o=function(){document.removeEventListener("DOMContentLoaded",o,!1),e()},document.addEventListener("DOMContentLoaded",o,!1)):document.attachEvent&&(n=e,l=a.document,i=!1,v(),l.onreadystatechange=function(){"complete"==l.readyState&&(l.onreadystatechange=null,m())})}function m(){i||(i=!0,n())}function v(){try{l.documentElement.doScroll("left")}catch(c){return void setTimeout(v,50)}m()}}(window); \ No newline at end of file diff --git a/src/components/iconfont/iconfont.json b/src/components/iconfont/iconfont.json index c657c36..13ad202 100644 --- a/src/components/iconfont/iconfont.json +++ b/src/components/iconfont/iconfont.json @@ -5,6 +5,13 @@ "css_prefix_text": "anticon", "description": "", "glyphs": [ + { + "icon_id": "39837879", + "name": "cus_tc", + "font_class": "yinzhang", + "unicode": "e785", + "unicode_decimal": 59269 + }, { "icon_id": "3009589", "name": "cus_draftgroup", diff --git a/src/components/iconfont/iconfont.ttf b/src/components/iconfont/iconfont.ttf index 6e7035b..d36ee30 100644 Binary files a/src/components/iconfont/iconfont.ttf and b/src/components/iconfont/iconfont.ttf differ diff --git a/src/components/iconfont/iconfont.woff b/src/components/iconfont/iconfont.woff index ca410f3..3a06e05 100644 Binary files a/src/components/iconfont/iconfont.woff and b/src/components/iconfont/iconfont.woff differ diff --git a/src/components/iconfont/iconfont.woff2 b/src/components/iconfont/iconfont.woff2 index 2ef9273..e8ed59f 100644 Binary files a/src/components/iconfont/iconfont.woff2 and b/src/components/iconfont/iconfont.woff2 differ diff --git a/src/views/organizationalManage/committeeInfo/CommitteeInfoDetail.vue b/src/views/organizationalManage/committeeInfo/CommitteeInfoDetail.vue new file mode 100644 index 0000000..c086802 --- /dev/null +++ b/src/views/organizationalManage/committeeInfo/CommitteeInfoDetail.vue @@ -0,0 +1,142 @@ + + + + + + + {{ section.title }} + + {{ section.isOpen ? '收起' : '展开' }} + + + {{ model[label.valueField] }} + + + + + + + + \ No newline at end of file diff --git a/src/views/organizationalManage/committeeInfo/CommitteeInfoList.vue b/src/views/organizationalManage/committeeInfo/CommitteeInfoList.vue new file mode 100644 index 0000000..6255d78 --- /dev/null +++ b/src/views/organizationalManage/committeeInfo/CommitteeInfoList.vue @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + 查询 + + + + + + + + + + + + + + + + + + + + + + + + {{ text || text === 0 ? text : '' }} + {{ text || text === 0 ? text : '' }} + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/organizationalManage/committeeMemberInfo/CommitteeMemberInfoDetail.vue b/src/views/organizationalManage/committeeMemberInfo/CommitteeMemberInfoDetail.vue new file mode 100644 index 0000000..da4a72c --- /dev/null +++ b/src/views/organizationalManage/committeeMemberInfo/CommitteeMemberInfoDetail.vue @@ -0,0 +1,187 @@ + + + + + + + {{ section.title }} + + {{ section.isOpen ? '收起' : '展开' }} + + + + {{ model[label.valueField] }} + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/organizationalManage/committeeMemberInfo/CommitteeMemberInfoList.vue b/src/views/organizationalManage/committeeMemberInfo/CommitteeMemberInfoList.vue new file mode 100644 index 0000000..554949d --- /dev/null +++ b/src/views/organizationalManage/committeeMemberInfo/CommitteeMemberInfoList.vue @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + {{ item }} + + + + + + + + + + + + + + + + + + + + + 查询 + + + + + + + + + + + + + + + + + + + {{ text || text === 0 ? text : '' }} + {{ text || text === 0 ? text : '' }} + + + + + + + + + + + + + \ No newline at end of file