From c2b88a03f3d0d5ebe92949e64d17ee4d0ac3f6b7 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 09 九月 2025 15:14:00 +0800
Subject: [PATCH] 发货清空缓存站点

---
 zy-asrs-flow/src/utils/icon-util.js |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/zy-asrs-flow/src/utils/icon-util.js b/zy-asrs-flow/src/utils/icon-util.js
index cb49ddd..25609f7 100644
--- a/zy-asrs-flow/src/utils/icon-util.js
+++ b/zy-asrs-flow/src/utils/icon-util.js
@@ -1,20 +1,20 @@
-import * as AntdIcons from '@ant-design/icons';
-import React from 'react';
-
-const allIcons = AntdIcons;
-
-export function getIcon(name) {
-  const icon = allIcons[name];
-  return icon || '';
-}
-
-export function createIcon(icon) {
-  if (typeof icon === 'object') {
-    return icon;
-  }
-  const ele = allIcons[icon];
-  if (ele) {
-    return React.createElement(allIcons[icon]);
-  }
-  return '';
-}
+import * as AntdIcons from '@ant-design/icons';
+import React from 'react';
+
+const allIcons = AntdIcons;
+
+export function getIcon(name) {
+  const icon = allIcons[name];
+  return icon || '';
+}
+
+export function createIcon(icon) {
+  if (typeof icon === 'object') {
+    return icon;
+  }
+  const ele = allIcons[icon];
+  if (ele) {
+    return React.createElement(allIcons[icon]);
+  }
+  return '';
+}

--
Gitblit v1.9.1