From cd9f471b43ace17118fb6fe4bfdbae89c4971d65 Mon Sep 17 00:00:00 2001 From: TimSpan Date: Fri, 16 May 2025 17:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 图标 --- .../icon/src/icons/ArcticonsReciper.vue | 38 +++++++++++++++ .../icons/CarbonCloudServiceManagement.vue | 25 ++++++++++ src/components/icon/src/icons/Education.vue | 21 +++++++++ .../icons/FluentEmojiHighContrastLedger.vue | 25 ++++++++++ .../icon/src/icons/FluentFood16Regular.vue | 21 +++++++++ .../icon/src/icons/FluentPeople.vue | 21 +++++++++ .../src/icons/IcBaselineAddShoppingCart.vue | 21 +++++++++ .../icon/src/icons/IcOutlineWarningAmber.vue | 21 +++++++++ .../MaterialSymbolsDatabaseUploadOutline.vue | 21 +++++++++ .../MaterialSymbolsFeedbackOutlineSharp.vue | 21 +++++++++ .../icon/src/icons/MaterialSymbolsScreens.vue | 21 +++++++++ .../icon/src/icons/RiMoneyCnyBoxLine.vue | 21 +++++++++ src/router/getPages.ts | 46 +++++++++---------- src/views/SettlementManagement/index.vue | 25 ++++------ 14 files changed, 310 insertions(+), 38 deletions(-) create mode 100644 src/components/icon/src/icons/ArcticonsReciper.vue create mode 100644 src/components/icon/src/icons/CarbonCloudServiceManagement.vue create mode 100644 src/components/icon/src/icons/Education.vue create mode 100644 src/components/icon/src/icons/FluentEmojiHighContrastLedger.vue create mode 100644 src/components/icon/src/icons/FluentFood16Regular.vue create mode 100644 src/components/icon/src/icons/FluentPeople.vue create mode 100644 src/components/icon/src/icons/IcBaselineAddShoppingCart.vue create mode 100644 src/components/icon/src/icons/IcOutlineWarningAmber.vue create mode 100644 src/components/icon/src/icons/MaterialSymbolsDatabaseUploadOutline.vue create mode 100644 src/components/icon/src/icons/MaterialSymbolsFeedbackOutlineSharp.vue create mode 100644 src/components/icon/src/icons/MaterialSymbolsScreens.vue create mode 100644 src/components/icon/src/icons/RiMoneyCnyBoxLine.vue diff --git a/src/components/icon/src/icons/ArcticonsReciper.vue b/src/components/icon/src/icons/ArcticonsReciper.vue new file mode 100644 index 0000000..bb0f509 --- /dev/null +++ b/src/components/icon/src/icons/ArcticonsReciper.vue @@ -0,0 +1,38 @@ + + + diff --git a/src/components/icon/src/icons/CarbonCloudServiceManagement.vue b/src/components/icon/src/icons/CarbonCloudServiceManagement.vue new file mode 100644 index 0000000..e5d0bb3 --- /dev/null +++ b/src/components/icon/src/icons/CarbonCloudServiceManagement.vue @@ -0,0 +1,25 @@ + + + diff --git a/src/components/icon/src/icons/Education.vue b/src/components/icon/src/icons/Education.vue new file mode 100644 index 0000000..de6d46c --- /dev/null +++ b/src/components/icon/src/icons/Education.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/components/icon/src/icons/FluentEmojiHighContrastLedger.vue b/src/components/icon/src/icons/FluentEmojiHighContrastLedger.vue new file mode 100644 index 0000000..6ae6fd1 --- /dev/null +++ b/src/components/icon/src/icons/FluentEmojiHighContrastLedger.vue @@ -0,0 +1,25 @@ + + + diff --git a/src/components/icon/src/icons/FluentFood16Regular.vue b/src/components/icon/src/icons/FluentFood16Regular.vue new file mode 100644 index 0000000..ba1b9ea --- /dev/null +++ b/src/components/icon/src/icons/FluentFood16Regular.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/components/icon/src/icons/FluentPeople.vue b/src/components/icon/src/icons/FluentPeople.vue new file mode 100644 index 0000000..aa78e93 --- /dev/null +++ b/src/components/icon/src/icons/FluentPeople.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/components/icon/src/icons/IcBaselineAddShoppingCart.vue b/src/components/icon/src/icons/IcBaselineAddShoppingCart.vue new file mode 100644 index 0000000..93ab3c7 --- /dev/null +++ b/src/components/icon/src/icons/IcBaselineAddShoppingCart.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/components/icon/src/icons/IcOutlineWarningAmber.vue b/src/components/icon/src/icons/IcOutlineWarningAmber.vue new file mode 100644 index 0000000..22b905d --- /dev/null +++ b/src/components/icon/src/icons/IcOutlineWarningAmber.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/components/icon/src/icons/MaterialSymbolsDatabaseUploadOutline.vue b/src/components/icon/src/icons/MaterialSymbolsDatabaseUploadOutline.vue new file mode 100644 index 0000000..a4e85e4 --- /dev/null +++ b/src/components/icon/src/icons/MaterialSymbolsDatabaseUploadOutline.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/components/icon/src/icons/MaterialSymbolsFeedbackOutlineSharp.vue b/src/components/icon/src/icons/MaterialSymbolsFeedbackOutlineSharp.vue new file mode 100644 index 0000000..84a0c7a --- /dev/null +++ b/src/components/icon/src/icons/MaterialSymbolsFeedbackOutlineSharp.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/components/icon/src/icons/MaterialSymbolsScreens.vue b/src/components/icon/src/icons/MaterialSymbolsScreens.vue new file mode 100644 index 0000000..ecae0e4 --- /dev/null +++ b/src/components/icon/src/icons/MaterialSymbolsScreens.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/components/icon/src/icons/RiMoneyCnyBoxLine.vue b/src/components/icon/src/icons/RiMoneyCnyBoxLine.vue new file mode 100644 index 0000000..d436ea5 --- /dev/null +++ b/src/components/icon/src/icons/RiMoneyCnyBoxLine.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/router/getPages.ts b/src/router/getPages.ts index 1562827..950cd6b 100644 --- a/src/router/getPages.ts +++ b/src/router/getPages.ts @@ -9,7 +9,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "MaterialSymbolsScreens", isFull: { extData: { boolVal: true, @@ -47,7 +47,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "FluentPeople", isFull: { extData: { boolVal: false, @@ -88,7 +88,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "CodiconOrganization", + icon: "IcBaselineAddShoppingCart", isFull: { extData: { boolVal: false, @@ -126,7 +126,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "IcBaselineAddShoppingCart", isFull: { extData: { boolVal: false, @@ -164,7 +164,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "IcBaselineAddShoppingCart", isFull: { extData: { boolVal: false, @@ -202,7 +202,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "IcBaselineAddShoppingCart", isFull: { extData: { boolVal: false, @@ -240,7 +240,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "IcBaselineAddShoppingCart", isFull: { extData: { boolVal: false, @@ -276,7 +276,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "IcBaselineAddShoppingCart", isFull: { extData: { boolVal: false, @@ -479,7 +479,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "EosIconsRoleBinding", + icon: "CarbonCloudServiceManagement", isFull: { extData: { boolVal: false, @@ -517,7 +517,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "EosIconsRoleBinding", + icon: "CarbonCloudServiceManagement", isFull: { extData: { boolVal: false, @@ -553,7 +553,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdCogFilledLoop", + icon: "CarbonCloudServiceManagement", isFull: { extData: { boolVal: false, @@ -594,7 +594,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdList", + icon: "FluentFood16Regular", isFull: { extData: { boolVal: false, @@ -632,7 +632,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdList", + icon: "FluentFood16Regular", isFull: { extData: { boolVal: false, @@ -670,7 +670,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdList", + icon: "FluentFood16Regular", isFull: { extData: { boolVal: false, @@ -708,7 +708,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdList", + icon: "FluentFood16Regular", isFull: { extData: { boolVal: false, @@ -746,7 +746,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdList", + icon: "FluentFood16Regular", isFull: { extData: { boolVal: false, @@ -782,7 +782,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "CarbonSubtractAlt", + icon: "FluentFood16Regular", isFull: { extData: { boolVal: false, @@ -819,7 +819,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "TdesignEducation", isFull: { extData: { boolVal: false, @@ -856,7 +856,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "MaterialSymbolsDatabaseUploadOutline", isFull: { extData: { boolVal: false, @@ -893,7 +893,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "MaterialSymbolsFeedbackOutlineSharp", isFull: { extData: { boolVal: false, @@ -931,7 +931,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "IcOutlineWarningAmber", isFull: { extData: { boolVal: false, @@ -969,7 +969,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "RiMoneyCnyBoxLine", isFull: { extData: { boolVal: false, @@ -1006,7 +1006,7 @@ export const getPages = (): Promise => { createBy: null, createTime: null, deleteFlag: null, - icon: "LineMdAccount", + icon: "FluentEmojiHighContrastLedger", isFull: { extData: { boolVal: false, diff --git a/src/views/SettlementManagement/index.vue b/src/views/SettlementManagement/index.vue index 885c94b..d0076c3 100644 --- a/src/views/SettlementManagement/index.vue +++ b/src/views/SettlementManagement/index.vue @@ -92,24 +92,13 @@