yuanrf 6 天之前
父节点
当前提交
a562c90bbb
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/components/Finance/Cost.vue

+ 5 - 0
src/components/Finance/Cost.vue

@@ -7079,6 +7079,11 @@ export default {
             const container = document.getElementsByClassName('sheet-box')[0];
 
             if (container) {
+
+                container.querySelectorAll('.biaoge').forEach((item) => {
+                    item.style.display = 'block';
+                })
+
                 hideAirInfoArr.forEach((item) => {
                     var elem = null;
                     const elementsInContainer = container.querySelectorAll('*');