From fc9864bb7d7940fadfed8cb132c6423687e99189 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 31 Oct 2024 14:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=8B=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/img/gird--select-icon.png | Bin 1276 -> 0 bytes library/components/pages/img/right-icon.png | Bin 373 -> 0 bytes library/components/pages/img/tx@2x.png | Bin 1467 -> 0 bytes library/components/pages/img/user-img.png | Bin 1467 -> 0 bytes library/components/pages/img/xz.png | Bin 1489 -> 0 bytes library/components/pages/img/xzh.png | Bin 1730 -> 0 bytes library/components/pages/multiplyArea.vue | 216 ----------- library/components/pages/sealDrawer.vue | 157 -------- library/components/pages/selectArea.vue | 343 ------------------ library/components/pages/selectDept.vue | 182 ---------- library/components/pages/selectDeptUser.vue | 303 ---------------- library/components/pages/selectGird.vue | 287 --------------- library/components/pages/selectGirdUser.vue | 304 ---------------- library/components/pages/selectGridMember.vue | 299 --------------- library/components/pages/selectParty.vue | 202 ----------- library/components/pages/selectResident.vue | 189 ---------- library/components/pages/selectSysUser.vue | 197 ---------- library/components/pages/submitEvaluation.vue | 62 ---- {library => src}/components/AiAdd.vue | 0 {library => src}/components/AiAreaPicker.vue | 0 {library => src}/components/AiBack.vue | 0 {library => src}/components/AiBottomBtn.vue | 0 {library => src}/components/AiCard.vue | 0 {library => src}/components/AiCell.vue | 0 {library => src}/components/AiCheckbox.vue | 0 {library => src}/components/AiComment.vue | 0 .../components/AiComment/comment.svg | 0 {library => src}/components/AiConsole.vue | 0 {library => src}/components/AiDate.vue | 0 {library => src}/components/AiDateTime.vue | 0 {library => src}/components/AiDetail.vue | 0 {library => src}/components/AiDict.vue | 0 {library => src}/components/AiDrawer.vue | 0 {library => src}/components/AiEditor.vue | 0 {library => src}/components/AiEmpty.vue | 0 {library => src}/components/AiEvaluation.vue | 0 {library => src}/components/AiFixedBtn.vue | 0 {library => src}/components/AiGap.vue | 0 {library => src}/components/AiGroup.vue | 0 {library => src}/components/AiHighlight.vue | 0 {library => src}/components/AiImage.vue | 0 {library => src}/components/AiItem.vue | 0 {library => src}/components/AiListPage.vue | 0 {library => src}/components/AiLoading.vue | 0 {library => src}/components/AiMap.vue | 0 {library => src}/components/AiMore.vue | 0 {library => src}/components/AiNewsList.vue | 0 {library => src}/components/AiNoticeBar.vue | 0 {library => src}/components/AiOpenData.vue | 0 {library => src}/components/AiPagePicker.vue | 0 {library => src}/components/AiPhone.vue | 0 {library => src}/components/AiRadio.vue | 0 {library => src}/components/AiResult.vue | 0 {library => src}/components/AiSearchPopup.vue | 0 {library => src}/components/AiSelect.vue | 0 .../components/AiSelectEnterprise.vue | 0 .../components/AiSelectEnterprise/tree.vue | 0 {library => src}/components/AiTMap.vue | 0 {library => src}/components/AiTabPanes.vue | 0 {library => src}/components/AiTabbar.vue | 0 {library => src}/components/AiTable.vue | 0 {library => src}/components/AiTabs.vue | 0 {library => src}/components/AiTextarea.vue | 0 {library => src}/components/AiTopFixed.vue | 0 {library => src}/components/AiTransSpeech.vue | 0 {library => src}/components/AiTreePath.vue | 0 {library => src}/components/AiTreePicker.vue | 0 {library => src}/components/AiUniIcon.vue | 0 {library => src}/components/AiUploader.vue | 0 {library => src}/components/AiVideo.vue | 0 {library => src}/components/VDrag.vue | 0 71 files changed, 2741 deletions(-) delete mode 100644 library/components/pages/img/gird--select-icon.png delete mode 100644 library/components/pages/img/right-icon.png delete mode 100644 library/components/pages/img/tx@2x.png delete mode 100644 library/components/pages/img/user-img.png delete mode 100644 library/components/pages/img/xz.png delete mode 100644 library/components/pages/img/xzh.png delete mode 100644 library/components/pages/multiplyArea.vue delete mode 100644 library/components/pages/sealDrawer.vue delete mode 100644 library/components/pages/selectArea.vue delete mode 100644 library/components/pages/selectDept.vue delete mode 100644 library/components/pages/selectDeptUser.vue delete mode 100644 library/components/pages/selectGird.vue delete mode 100644 library/components/pages/selectGirdUser.vue delete mode 100644 library/components/pages/selectGridMember.vue delete mode 100644 library/components/pages/selectParty.vue delete mode 100644 library/components/pages/selectResident.vue delete mode 100644 library/components/pages/selectSysUser.vue delete mode 100644 library/components/pages/submitEvaluation.vue rename {library => src}/components/AiAdd.vue (100%) rename {library => src}/components/AiAreaPicker.vue (100%) rename {library => src}/components/AiBack.vue (100%) rename {library => src}/components/AiBottomBtn.vue (100%) rename {library => src}/components/AiCard.vue (100%) rename {library => src}/components/AiCell.vue (100%) rename {library => src}/components/AiCheckbox.vue (100%) rename {library => src}/components/AiComment.vue (100%) rename {library => src}/components/AiComment/comment.svg (100%) rename {library => src}/components/AiConsole.vue (100%) rename {library => src}/components/AiDate.vue (100%) rename {library => src}/components/AiDateTime.vue (100%) rename {library => src}/components/AiDetail.vue (100%) rename {library => src}/components/AiDict.vue (100%) rename {library => src}/components/AiDrawer.vue (100%) rename {library => src}/components/AiEditor.vue (100%) rename {library => src}/components/AiEmpty.vue (100%) rename {library => src}/components/AiEvaluation.vue (100%) rename {library => src}/components/AiFixedBtn.vue (100%) rename {library => src}/components/AiGap.vue (100%) rename {library => src}/components/AiGroup.vue (100%) rename {library => src}/components/AiHighlight.vue (100%) rename {library => src}/components/AiImage.vue (100%) rename {library => src}/components/AiItem.vue (100%) rename {library => src}/components/AiListPage.vue (100%) rename {library => src}/components/AiLoading.vue (100%) rename {library => src}/components/AiMap.vue (100%) rename {library => src}/components/AiMore.vue (100%) rename {library => src}/components/AiNewsList.vue (100%) rename {library => src}/components/AiNoticeBar.vue (100%) rename {library => src}/components/AiOpenData.vue (100%) rename {library => src}/components/AiPagePicker.vue (100%) rename {library => src}/components/AiPhone.vue (100%) rename {library => src}/components/AiRadio.vue (100%) rename {library => src}/components/AiResult.vue (100%) rename {library => src}/components/AiSearchPopup.vue (100%) rename {library => src}/components/AiSelect.vue (100%) rename {library => src}/components/AiSelectEnterprise.vue (100%) rename {library => src}/components/AiSelectEnterprise/tree.vue (100%) rename {library => src}/components/AiTMap.vue (100%) rename {library => src}/components/AiTabPanes.vue (100%) rename {library => src}/components/AiTabbar.vue (100%) rename {library => src}/components/AiTable.vue (100%) rename {library => src}/components/AiTabs.vue (100%) rename {library => src}/components/AiTextarea.vue (100%) rename {library => src}/components/AiTopFixed.vue (100%) rename {library => src}/components/AiTransSpeech.vue (100%) rename {library => src}/components/AiTreePath.vue (100%) rename {library => src}/components/AiTreePicker.vue (100%) rename {library => src}/components/AiUniIcon.vue (100%) rename {library => src}/components/AiUploader.vue (100%) rename {library => src}/components/AiVideo.vue (100%) rename {library => src}/components/VDrag.vue (100%) diff --git a/library/components/pages/img/gird--select-icon.png b/library/components/pages/img/gird--select-icon.png deleted file mode 100644 index 205144d26b442ba78547c82b8b09585c5b7ac0d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1276 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 diff --git a/library/components/pages/img/xzh.png b/library/components/pages/img/xzh.png deleted file mode 100644 index 967fa399ea01a0d7fced8adb1f7a3129aabdeb2c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1730 zcmV;z20i(SP)Px#L}ge>W=%~1DgXcg2mk?xX#fNO00031000^Q000001E2u_0{{R30RRC20H6W@ z1ONa40RR91FrWhf1ONa40RR91FaQ7m0NXcg3;+NIEJ;K`RA>d&T5oJrMG&9ayJD%m zR}d0KjUS}Ff`!yX5lKYRM2N=7pNKKhssxq97&K^z7;KjUA!_7ufO9*h5Ky@jkBiA{x!#{1n%cZL4Hj7L1chK~{ zEADb6SWZAofuN?KmJoUo@DL$%R9_S8_eSPX5z>irZsc`CIQJks3bvjST#f`Lcm0w~nYx7F_b;&B`d z(?lo(;@f&}f^_;zBDgb5qowj7!f~joT9MdXb1tZ@Km!`udlupV9vG`$9}S?421RM* znbx{rM&l8>%2(N_d!B+p{I=5I1(UCnb^93dfE;xMM9}l#<2(>nI@5Z|%5PA(!3T5LI)N>{PMHlh0?Ac2|0 zHa26$%Lx0rbnPp{^b+Ls#DY~Y3$Jg0M3v$%@C`1yvGGw1Wf%sOYLl9SZ;}_N!XNVclMlab2?_vh&{kE2ZCfq z)FXO8`1GG`wTJDxMxETq;9s?AVasy!p)yw=d8AO$Kc@Pt^?0RuUTifg+-qoIa#prJ z(H{HU=51_EuJJs2%cd1n=4+cwER$F`PZ%;1v2zWF& zd@m(2b|p7vVcPJ+Y!AL~(wA?s`FU-;%Zq#sFVF#-E@j?v_CE>EOEx{;o@%B6>MX}; zPq6bMhO@SUd}Vepjs2AVp<$~#*XCm*KH_uhDn{IA=nVerDs)=3=EXad;=1ov81xSE zXPu#yk_&bvca;S-LUc2x>8O8hwgkJ{oKB3uQYQ5<_~Q(IC41R^!!mDs>Uxs+hUf-E zD>e7;S>>X&(1s+);tBK39Gw!tnUrXCjw%(omq+3u2A?t&3pF|Y{e#l;vkk2rxnM6T znBxV^5hS)`Z;v)O4iT!)c`k#e`)qp2WfRQF6*mJpR7`_B5>>pA_Qkc!$G?$D4&dj> z{j}`hS(RWG?7kn6EAEl%LsEzodETygtJ{_>aq^VAo9FzBY>y|1*^f4iG}=^5q?}S6%#gRjP@%|#sC2< zFC*fFCMtNrCKzpenKfXDllpR3jF8)3c^R?e8e`nJhOjN&9DyY(wOGJpXR< YAB0b%2txdb -
- - - / - - - -
-
-
-
-
-
-
{{ item.name }}
- -
-
-
- -
-
- - -
- - - - - diff --git a/library/components/pages/sealDrawer.vue b/library/components/pages/sealDrawer.vue deleted file mode 100644 index 8619c669..00000000 --- a/library/components/pages/sealDrawer.vue +++ /dev/null @@ -1,157 +0,0 @@ - - - - - diff --git a/library/components/pages/selectArea.vue b/library/components/pages/selectArea.vue deleted file mode 100644 index da4ab008..00000000 --- a/library/components/pages/selectArea.vue +++ /dev/null @@ -1,343 +0,0 @@ - - - - - diff --git a/library/components/pages/selectDept.vue b/library/components/pages/selectDept.vue deleted file mode 100644 index f6c4a69b..00000000 --- a/library/components/pages/selectDept.vue +++ /dev/null @@ -1,182 +0,0 @@ - - - - - diff --git a/library/components/pages/selectDeptUser.vue b/library/components/pages/selectDeptUser.vue deleted file mode 100644 index 75dcb921..00000000 --- a/library/components/pages/selectDeptUser.vue +++ /dev/null @@ -1,303 +0,0 @@ - - - - - diff --git a/library/components/pages/selectGird.vue b/library/components/pages/selectGird.vue deleted file mode 100644 index 59e78786..00000000 --- a/library/components/pages/selectGird.vue +++ /dev/null @@ -1,287 +0,0 @@ - - - - - diff --git a/library/components/pages/selectGirdUser.vue b/library/components/pages/selectGirdUser.vue deleted file mode 100644 index e31137da..00000000 --- a/library/components/pages/selectGirdUser.vue +++ /dev/null @@ -1,304 +0,0 @@ - - - - - diff --git a/library/components/pages/selectGridMember.vue b/library/components/pages/selectGridMember.vue deleted file mode 100644 index 91595068..00000000 --- a/library/components/pages/selectGridMember.vue +++ /dev/null @@ -1,299 +0,0 @@ - - - - - diff --git a/library/components/pages/selectParty.vue b/library/components/pages/selectParty.vue deleted file mode 100644 index c08563a1..00000000 --- a/library/components/pages/selectParty.vue +++ /dev/null @@ -1,202 +0,0 @@ - - - - - diff --git a/library/components/pages/selectResident.vue b/library/components/pages/selectResident.vue deleted file mode 100644 index 8a2d7876..00000000 --- a/library/components/pages/selectResident.vue +++ /dev/null @@ -1,189 +0,0 @@ - - - - - diff --git a/library/components/pages/selectSysUser.vue b/library/components/pages/selectSysUser.vue deleted file mode 100644 index 87ab85c3..00000000 --- a/library/components/pages/selectSysUser.vue +++ /dev/null @@ -1,197 +0,0 @@ - - - - - diff --git a/library/components/pages/submitEvaluation.vue b/library/components/pages/submitEvaluation.vue deleted file mode 100644 index 6b82575f..00000000 --- a/library/components/pages/submitEvaluation.vue +++ /dev/null @@ -1,62 +0,0 @@ - - - - - diff --git a/library/components/AiAdd.vue b/src/components/AiAdd.vue similarity index 100% rename from library/components/AiAdd.vue rename to src/components/AiAdd.vue diff --git a/library/components/AiAreaPicker.vue b/src/components/AiAreaPicker.vue similarity index 100% rename from library/components/AiAreaPicker.vue rename to src/components/AiAreaPicker.vue diff --git a/library/components/AiBack.vue b/src/components/AiBack.vue similarity index 100% rename from library/components/AiBack.vue rename to src/components/AiBack.vue diff --git a/library/components/AiBottomBtn.vue b/src/components/AiBottomBtn.vue similarity index 100% rename from library/components/AiBottomBtn.vue rename to src/components/AiBottomBtn.vue diff --git a/library/components/AiCard.vue b/src/components/AiCard.vue similarity index 100% rename from library/components/AiCard.vue rename to src/components/AiCard.vue diff --git a/library/components/AiCell.vue b/src/components/AiCell.vue similarity index 100% rename from library/components/AiCell.vue rename to src/components/AiCell.vue diff --git a/library/components/AiCheckbox.vue b/src/components/AiCheckbox.vue similarity index 100% rename from library/components/AiCheckbox.vue rename to src/components/AiCheckbox.vue diff --git a/library/components/AiComment.vue b/src/components/AiComment.vue similarity index 100% rename from library/components/AiComment.vue rename to src/components/AiComment.vue diff --git a/library/components/AiComment/comment.svg b/src/components/AiComment/comment.svg similarity index 100% rename from library/components/AiComment/comment.svg rename to src/components/AiComment/comment.svg diff --git a/library/components/AiConsole.vue b/src/components/AiConsole.vue similarity index 100% rename from library/components/AiConsole.vue rename to src/components/AiConsole.vue diff --git a/library/components/AiDate.vue b/src/components/AiDate.vue similarity index 100% rename from library/components/AiDate.vue rename to src/components/AiDate.vue diff --git a/library/components/AiDateTime.vue b/src/components/AiDateTime.vue similarity index 100% rename from library/components/AiDateTime.vue rename to src/components/AiDateTime.vue diff --git a/library/components/AiDetail.vue b/src/components/AiDetail.vue similarity index 100% rename from library/components/AiDetail.vue rename to src/components/AiDetail.vue diff --git a/library/components/AiDict.vue b/src/components/AiDict.vue similarity index 100% rename from library/components/AiDict.vue rename to src/components/AiDict.vue diff --git a/library/components/AiDrawer.vue b/src/components/AiDrawer.vue similarity index 100% rename from library/components/AiDrawer.vue rename to src/components/AiDrawer.vue diff --git a/library/components/AiEditor.vue b/src/components/AiEditor.vue similarity index 100% rename from library/components/AiEditor.vue rename to src/components/AiEditor.vue diff --git a/library/components/AiEmpty.vue b/src/components/AiEmpty.vue similarity index 100% rename from library/components/AiEmpty.vue rename to src/components/AiEmpty.vue diff --git a/library/components/AiEvaluation.vue b/src/components/AiEvaluation.vue similarity index 100% rename from library/components/AiEvaluation.vue rename to src/components/AiEvaluation.vue diff --git a/library/components/AiFixedBtn.vue b/src/components/AiFixedBtn.vue similarity index 100% rename from library/components/AiFixedBtn.vue rename to src/components/AiFixedBtn.vue diff --git a/library/components/AiGap.vue b/src/components/AiGap.vue similarity index 100% rename from library/components/AiGap.vue rename to src/components/AiGap.vue diff --git a/library/components/AiGroup.vue b/src/components/AiGroup.vue similarity index 100% rename from library/components/AiGroup.vue rename to src/components/AiGroup.vue diff --git a/library/components/AiHighlight.vue b/src/components/AiHighlight.vue similarity index 100% rename from library/components/AiHighlight.vue rename to src/components/AiHighlight.vue diff --git a/library/components/AiImage.vue b/src/components/AiImage.vue similarity index 100% rename from library/components/AiImage.vue rename to src/components/AiImage.vue diff --git a/library/components/AiItem.vue b/src/components/AiItem.vue similarity index 100% rename from library/components/AiItem.vue rename to src/components/AiItem.vue diff --git a/library/components/AiListPage.vue b/src/components/AiListPage.vue similarity index 100% rename from library/components/AiListPage.vue rename to src/components/AiListPage.vue diff --git a/library/components/AiLoading.vue b/src/components/AiLoading.vue similarity index 100% rename from library/components/AiLoading.vue rename to src/components/AiLoading.vue diff --git a/library/components/AiMap.vue b/src/components/AiMap.vue similarity index 100% rename from library/components/AiMap.vue rename to src/components/AiMap.vue diff --git a/library/components/AiMore.vue b/src/components/AiMore.vue similarity index 100% rename from library/components/AiMore.vue rename to src/components/AiMore.vue diff --git a/library/components/AiNewsList.vue b/src/components/AiNewsList.vue similarity index 100% rename from library/components/AiNewsList.vue rename to src/components/AiNewsList.vue diff --git a/library/components/AiNoticeBar.vue b/src/components/AiNoticeBar.vue similarity index 100% rename from library/components/AiNoticeBar.vue rename to src/components/AiNoticeBar.vue diff --git a/library/components/AiOpenData.vue b/src/components/AiOpenData.vue similarity index 100% rename from library/components/AiOpenData.vue rename to src/components/AiOpenData.vue diff --git a/library/components/AiPagePicker.vue b/src/components/AiPagePicker.vue similarity index 100% rename from library/components/AiPagePicker.vue rename to src/components/AiPagePicker.vue diff --git a/library/components/AiPhone.vue b/src/components/AiPhone.vue similarity index 100% rename from library/components/AiPhone.vue rename to src/components/AiPhone.vue diff --git a/library/components/AiRadio.vue b/src/components/AiRadio.vue similarity index 100% rename from library/components/AiRadio.vue rename to src/components/AiRadio.vue diff --git a/library/components/AiResult.vue b/src/components/AiResult.vue similarity index 100% rename from library/components/AiResult.vue rename to src/components/AiResult.vue diff --git a/library/components/AiSearchPopup.vue b/src/components/AiSearchPopup.vue similarity index 100% rename from library/components/AiSearchPopup.vue rename to src/components/AiSearchPopup.vue diff --git a/library/components/AiSelect.vue b/src/components/AiSelect.vue similarity index 100% rename from library/components/AiSelect.vue rename to src/components/AiSelect.vue diff --git a/library/components/AiSelectEnterprise.vue b/src/components/AiSelectEnterprise.vue similarity index 100% rename from library/components/AiSelectEnterprise.vue rename to src/components/AiSelectEnterprise.vue diff --git a/library/components/AiSelectEnterprise/tree.vue b/src/components/AiSelectEnterprise/tree.vue similarity index 100% rename from library/components/AiSelectEnterprise/tree.vue rename to src/components/AiSelectEnterprise/tree.vue diff --git a/library/components/AiTMap.vue b/src/components/AiTMap.vue similarity index 100% rename from library/components/AiTMap.vue rename to src/components/AiTMap.vue diff --git a/library/components/AiTabPanes.vue b/src/components/AiTabPanes.vue similarity index 100% rename from library/components/AiTabPanes.vue rename to src/components/AiTabPanes.vue diff --git a/library/components/AiTabbar.vue b/src/components/AiTabbar.vue similarity index 100% rename from library/components/AiTabbar.vue rename to src/components/AiTabbar.vue diff --git a/library/components/AiTable.vue b/src/components/AiTable.vue similarity index 100% rename from library/components/AiTable.vue rename to src/components/AiTable.vue diff --git a/library/components/AiTabs.vue b/src/components/AiTabs.vue similarity index 100% rename from library/components/AiTabs.vue rename to src/components/AiTabs.vue diff --git a/library/components/AiTextarea.vue b/src/components/AiTextarea.vue similarity index 100% rename from library/components/AiTextarea.vue rename to src/components/AiTextarea.vue diff --git a/library/components/AiTopFixed.vue b/src/components/AiTopFixed.vue similarity index 100% rename from library/components/AiTopFixed.vue rename to src/components/AiTopFixed.vue diff --git a/library/components/AiTransSpeech.vue b/src/components/AiTransSpeech.vue similarity index 100% rename from library/components/AiTransSpeech.vue rename to src/components/AiTransSpeech.vue diff --git a/library/components/AiTreePath.vue b/src/components/AiTreePath.vue similarity index 100% rename from library/components/AiTreePath.vue rename to src/components/AiTreePath.vue diff --git a/library/components/AiTreePicker.vue b/src/components/AiTreePicker.vue similarity index 100% rename from library/components/AiTreePicker.vue rename to src/components/AiTreePicker.vue diff --git a/library/components/AiUniIcon.vue b/src/components/AiUniIcon.vue similarity index 100% rename from library/components/AiUniIcon.vue rename to src/components/AiUniIcon.vue diff --git a/library/components/AiUploader.vue b/src/components/AiUploader.vue similarity index 100% rename from library/components/AiUploader.vue rename to src/components/AiUploader.vue diff --git a/library/components/AiVideo.vue b/src/components/AiVideo.vue similarity index 100% rename from library/components/AiVideo.vue rename to src/components/AiVideo.vue diff --git a/library/components/VDrag.vue b/src/components/VDrag.vue similarity index 100% rename from library/components/VDrag.vue rename to src/components/VDrag.vue