From 2a6c5cc841cb7b335a9337b62bd2e6dfe99eecc3 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Sun, 08 Sep 2024 22:53:38 +0800 Subject: [PATCH] feat: 查看事件材料 --- gz-customerSystem/src/assets/images/icon/index.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gz-customerSystem/src/assets/images/icon/index.js b/gz-customerSystem/src/assets/images/icon/index.js index 6362ede..0580098 100644 --- a/gz-customerSystem/src/assets/images/icon/index.js +++ b/gz-customerSystem/src/assets/images/icon/index.js @@ -2,7 +2,7 @@ * @Company: hugeInfo * @Author: ldh * @Date: 2022-03-21 11:34:36 - * @LastEditTime: 2024-08-22 19:32:26 + * @LastEditTime: 2024-09-05 14:36:16 * @LastEditors: dminyi 1301963064@qq.com * @Version: 1.0.0 * @Description: icon @@ -146,6 +146,7 @@ import result from './result.svg' import person from './person.svg' import knock from './knock.svg' +import escalation from './escalation.svg' export { mediationCenter, @@ -273,5 +274,6 @@ scan, result, person, - knock + knock, + escalation }; -- Gitblit v1.8.0