| | |
| | | <template> |
| | | <a-card |
| | | title="自主维护点检标准" |
| | | title="" |
| | | :bordered='false' |
| | | > |
| | | <div class='table-page-search-wrapper'> |
| | |
| | | @click="handleDownload" |
| | | icon="download" |
| | | >模版下载</a-button> |
| | | <a-button |
| | | v-show="selectedRowKeys.length == 1 " |
| | | type="primary" |
| | | @click="handlePrint(selectionRows[0])" |
| | | icon="highlight" |
| | | >模版打印</a-button> |
| | | <a-button |
| | | type="primary" |
| | | @click="searchQuery" |
| | |
| | | }) |
| | | }, |
| | | |
| | | handlePrint(record) { |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/934677113625829376?id=` + record.id; //网站链接 |
| | | window.open(href, "_blank"); |
| | | }, |
| | | |
| | | } |
| | | } |
| | | </script> |