|
|
@@ -87,7 +87,7 @@ export default {
|
|
|
if(window.location.href.indexOf('filter') === -1){
|
|
|
filterData.filterType = this.filterStatus !== 'ALL' ? `=,${this.filterStatus}` : ''
|
|
|
}
|
|
|
- this.$confirm('确定要导出当前表格中的数据吗?', 'Notice', {
|
|
|
+ this.$confirm('Are you sure you want to export the current data?', 'Notice', {
|
|
|
confirmButtonText: 'confirm', // 确定
|
|
|
cancelButtonText: 'cancel', // 取消
|
|
|
type: 'warning'
|