| | |
| | | <template> |
| | | <div class="efficiency_list" style="width: 100%"> |
| | | <a-card :bordered="false"> |
| | | <div :bordered="false"> |
| | | <!-- 查询区域 --> |
| | | <div> |
| | | <div class="table-page-search-wrapper"> |
| | |
| | | </a-row> |
| | | </a-form> |
| | | </div> |
| | | <div style="width: 530px;position: absolute;top: 20px; right: 1.5%;"> |
| | | <div style="width: 530px;position: absolute;top: 0; right: 1.5%;"> |
| | | <table cellpadding="5" cellspacing="1" style="border: 1px solid darkgray;"> |
| | | <tr> |
| | | <td v-for="(item, index) in identifying">{{item.title}}</td> |
| | |
| | | </table> |
| | | </div> |
| | | </div> |
| | | </a-card> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | dataList: [], |
| | | url: { |
| | | list: '/mdc/efficiencyReport/efficiencyList', |
| | | listByType: '/mdc/MdcUtilizationRate/getByType' |
| | | listByType: '/mdc/MdcUtilizationRate/getByType', |
| | | }, |
| | | tableHeads: [], |
| | | |
| | |
| | | $("#Efficiency").table2excel({ |
| | | exclude: ".noExl", |
| | | name: "Excel Document Name", |
| | | filename: "利用率", |
| | | filename: "设备利用率", |
| | | exclude_img: true, |
| | | fileext: ".xls", |
| | | exclude_links: true, |