diff --git a/src/views/modules/custom/tripreport-look.vue b/src/views/modules/custom/tripreport-look.vue
index 742b9ff..9b6fba2 100644
--- a/src/views/modules/custom/tripreport-look.vue
+++ b/src/views/modules/custom/tripreport-look.vue
@@ -37,8 +37,7 @@
- {{ $t('cancel') }}
- {{ $t('confirm') }}
+ {{ '返回' }}
diff --git a/src/views/modules/custom/tripreport.vue b/src/views/modules/custom/tripreport.vue
index d616763..e3d2d8a 100644
--- a/src/views/modules/custom/tripreport.vue
+++ b/src/views/modules/custom/tripreport.vue
@@ -68,6 +68,10 @@
{{ $t('query') }}
+
+ 导出
+
{{ $t('add') }}
@@ -129,7 +133,8 @@ export default {
getDataListURL: '/custom/tripreport/page',
getDataListIsPage: true,
deleteURL: '/custom/tripreport',
- deleteIsBatch: true
+ deleteIsBatch: true,
+ exportURL: '/custom/tripreport/export'
},
dataForm: {
id: '',