qiushang преди 7 месеца
родител
ревизия
922e3177e9
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/renderer/components/home.vue

+ 4 - 4
src/renderer/components/home.vue

@@ -508,8 +508,8 @@ export default {
 				if(this.failNum > 0){
 					tips = '导出成功,失败 '+this.failNum+' 个';
 				}
-				this.$confirm(tips, '导出结果', {
-					confirmButtonText: '前往导出文件位置',
+				this.$confirm(tips, '处理结果', {
+					confirmButtonText: '打开输出文件夹',
 					cancelButtonText: '取消',
 					type: 'warning'
 				}).then(() => {
@@ -622,8 +622,8 @@ export default {
 				if(this.failNum > 0){
 					tips = '导出成功,失败 '+this.failNum+' 个';
 				}
-				this.$confirm(tips, '导出结果', {
-					confirmButtonText: '前往导出文件位置',
+				this.$confirm(tips, '处理结果', {
+					confirmButtonText: '打开输出文件夹',
 					cancelButtonText: '取消',
 					type: 'warning'
 				}).then(() => {