Parcourir la source

更新TopoDetail组件中的告警确认文本,将“确认”修改为“告警确认”。

valentichu il y a 9 mois
Parent
commit
24a77c9e31
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 0 0
      lib/index.js
  2. 1 1
      src/pages/Alarm/components/topoDetail.jsx

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
lib/index.js


+ 1 - 1
src/pages/Alarm/components/topoDetail.jsx

@@ -488,7 +488,7 @@ const TopoDetail = (props) => {
                   }
                 }}
               >
-                {alarmData.op_status === 1 ? "已确认" : "确认"}
+                {alarmData.op_status === 1 ? "已确认" : "告警确认"}
               </div>
             </div>
           </div>

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff