修改全文对比得细节问题

This commit is contained in:
范强强
2024-03-01 10:59:44 +08:00
parent cc28cde4f7
commit f80a55f665
4 changed files with 62 additions and 11 deletions
@@ -7,6 +7,13 @@
<div class="can-scroll-content">
<div class="can-scroll-content-header">
{{$route.query.titleLeft + ' ' + $route.query.serialNumberLeft + ' —— ' + $route.query.titleRight + ' ' + $route.query.serialNumberRight}}
<a-button icon="upload"
type="primary"
ghost
style="margin-left: 6px"
@click="handleExportXls">
导出比对结果
</a-button>
</div>
<j-table
ref="table"
@@ -115,6 +122,9 @@ export default {
},
viewDifferenceModalForm () {
this.loadData()
},
handleExportXls () {
}
}
}