修改全文对比得细节问题
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
:loading="loading"
|
||||
need-custom-back-func
|
||||
@back="handleBack">
|
||||
<template v-slot:titleRightCustom>
|
||||
<a-button icon="upload"
|
||||
type="primary"
|
||||
ghost
|
||||
style="margin-left: 6px"
|
||||
@click="handleExportXls">
|
||||
导出比对结果
|
||||
</a-button>
|
||||
</template>
|
||||
<div class="can-scroll-content">
|
||||
<div class="detail-content">
|
||||
<!--左边的文档-->
|
||||
@@ -447,6 +456,9 @@ export default {
|
||||
item.closeBtn = false
|
||||
item.addModalState = false
|
||||
// }
|
||||
},
|
||||
handleExportXls () {
|
||||
|
||||
},
|
||||
modalSave (item) {
|
||||
const query = {
|
||||
|
||||
Reference in New Issue
Block a user