Browse Source

1、统计模块图标修改

master
Aug 1 month ago
parent
commit
30201e7fff
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/service/impl/ConfigServiceImpl.java

+ 3
- 3
jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/service/impl/ConfigServiceImpl.java View File

@ -314,11 +314,11 @@ public class ConfigServiceImpl implements ConfigService {
dataItems.add(item2);
Map<String, Object> item3 = new HashMap<>();
item3.put("title", "无法使用数量");
item3.put("title", "影响使用数量");
item3.put("value", cannotUseNum);
item3.put("icon", "exclamation-circle");
item3.put("cardClass", "danger-card");
item3.put("description", "故障无法使用");
item3.put("description", "故障影响使用");
dataItems.add(item3);
// Map<String, Object> item4 = new HashMap<>();
@ -371,7 +371,7 @@ public class ConfigServiceImpl implements ConfigService {
Map<String, Object> maintenance1 = new HashMap<>();
maintenance1.put("title", "维修次数");
maintenance1.put("value", repairedNum);
maintenance1.put("icon", "wrench");
maintenance1.put("icon", "warning");
maintenance1.put("description", "维修总次数");
maintenanceItems.add(maintenance1);


Loading…
Cancel
Save