叶松
2023-10-18 ab8f6d1661d5b81a2d2a6f39399af2a68ea65018
图标修改
已修改2个文件
已添加1个文件
8 ■■■■ 文件已修改
web/src/assets/report_icons.png 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/DuctpiecePLM/ReportCenter/BearReport.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/DuctpiecePLM/ReportCenter/DuctReport.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/assets/report_icons.png
web/src/views/DuctpiecePLM/ReportCenter/BearReport.vue
@@ -72,7 +72,7 @@
        search:{},//查询条件
        total: 0,
        loading: false,
        dataList: [], //钢筋笼生产报表列表
        dataList: [{}], //钢筋笼生产报表列表
        asyncTitle: true, // 对话框title 新增:true  修改:false
        asyncVisible: false, // 添加 修改对话框
      }
@@ -189,7 +189,7 @@
                position: absolute;
                top: 15px;
                left: 15px;
                background: url("../../../assets/alarm_icons.png") no-repeat;
                background: url("../../../assets/report_icons.png") no-repeat;
                background-size: 100% 100%;
            }
web/src/views/DuctpiecePLM/ReportCenter/DuctReport.vue
@@ -72,7 +72,7 @@
        search:{},//查询条件
        total: 0,
        loading: false,
        dataList: [], //管片生产报表列表
        dataList: [{}], //管片生产报表列表
        asyncTitle: true, // 对话框title 新增:true  修改:false
        asyncVisible: false, // 添加 修改对话框
      }
@@ -165,7 +165,7 @@
                position: absolute;
                top: 15px;
                left: 15px;
                background: url("../../../assets/alarm_icons.png") no-repeat;
                background: url("../../../assets/report_icons.png") no-repeat;
                background-size: 100% 100%;
            }