瀏覽代碼

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

valentichu 9 月之前
父節點
當前提交
24a77c9e31
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      lib/index.js
  2. 1 1
      src/pages/Alarm/components/topoDetail.jsx

File diff suppressed because it is too large
+ 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>

Some files were not shown because too many files changed in this diff