Browse Source

fix: 紧急修复被覆盖的图标(归档)

Tony Kang 2 tuần trước cách đây
mục cha
commit
4366b0e9b7
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. BIN
      app/public/css/ztree/img/diy/12.png
  2. 1 1
      app/public/report/js/rpt_main.js

BIN
app/public/css/ztree/img/diy/12.png


+ 1 - 1
app/public/report/js/rpt_main.js

@@ -288,7 +288,7 @@ let zTreeOprObj = {
                 for (let aItem of ARCHIVE_LIST) {
                     if (parseInt(aItem.rpt_id) === parseInt(tplNode.refId)) {
                         hasArchive = true;
-                        tplNode.icon = "/public/css/ztree/img/diy/10.png";
+                        tplNode.icon = "/public/css/ztree/img/diy/12.png"; //10.png已经被其他需求改了
                         break;
                     }
                 }