kevin_zhangl 3 سال پیش
والد
کامیت
ba707cb658
48فایلهای تغییر یافته به همراه48 افزوده شده و 48 حذف شده
  1. 1 1
      backendEle/src/components/WithdrawTable.vue
  2. 1 1
      backendEle/src/views/atlas/emp-user-line.vue
  3. 1 1
      backendEle/src/views/atlas/emp-user-list.vue
  4. 1 1
      backendEle/src/views/atlas/network-line-opt.vue
  5. 1 1
      backendEle/src/views/atlas/relation-list.vue
  6. 1 1
      backendEle/src/views/bonus/cf-lx-audit-list.vue
  7. 1 1
      backendEle/src/views/bonus/flow-cf.vue
  8. 1 1
      backendEle/src/views/bonus/flow-lx.vue
  9. 1 1
      backendEle/src/views/bonus/flow-rp.vue
  10. 1 1
      backendEle/src/views/bonus/perf-standard.vue
  11. 1 1
      backendEle/src/views/bonus/period-perf.vue
  12. 1 1
      backendEle/src/views/bonus/resend-qy-audit-list.vue
  13. 1 1
      backendEle/src/views/bonus/resend-qy-list.vue
  14. 1 1
      backendEle/src/views/bonus/trace-bt.vue
  15. 1 1
      backendEle/src/views/bonus/trace-down-bd.vue
  16. 1 1
      backendEle/src/views/bonus/trace-down-fx.vue
  17. 1 1
      backendEle/src/views/bonus/trace-down-gl.vue
  18. 1 1
      backendEle/src/views/bonus/trace-down-gx.vue
  19. 1 1
      backendEle/src/views/bonus/trace-down-qy.vue
  20. 1 1
      backendEle/src/views/bonus/trace-down-tg.vue
  21. 1 1
      backendEle/src/views/bonus/trace-down-xf.vue
  22. 1 1
      backendEle/src/views/bonus/trace-down-yc.vue
  23. 1 1
      backendEle/src/views/bonus/trace-down-yj.vue
  24. 1 1
      backendEle/src/views/bonus/trace-fl.vue
  25. 1 1
      backendEle/src/views/bonus/trace-fw.vue
  26. 1 1
      backendEle/src/views/bonus/trace-up-bd.vue
  27. 1 1
      backendEle/src/views/bonus/trace-up-fx.vue
  28. 1 1
      backendEle/src/views/bonus/trace-up-gl.vue
  29. 1 1
      backendEle/src/views/bonus/trace-up-gx.vue
  30. 1 1
      backendEle/src/views/bonus/trace-up-qy.vue
  31. 1 1
      backendEle/src/views/bonus/trace-up-tg.vue
  32. 1 1
      backendEle/src/views/bonus/trace-up-xf.vue
  33. 1 1
      backendEle/src/views/bonus/trace-up-yc.vue
  34. 1 1
      backendEle/src/views/bonus/trace-up-yj.vue
  35. 1 1
      backendEle/src/views/finance/history-bonus.vue
  36. 1 1
      backendEle/src/views/finance/perf-audit-list.vue
  37. 1 1
      backendEle/src/views/finance/recharge.vue
  38. 1 1
      backendEle/src/views/finance/withdraw.vue
  39. 1 1
      backendEle/src/views/reconsume/change-audit-list.vue
  40. 1 1
      backendEle/src/views/reconsume/flow-list.vue
  41. 1 1
      backendEle/src/views/reconsume/pool-list.vue
  42. 1 1
      backendEle/src/views/report/dec-table.vue
  43. 1 1
      backendEle/src/views/user/bind.vue
  44. 1 1
      backendEle/src/views/user/group.vue
  45. 1 1
      backendEle/src/views/user/status-audit-list.vue
  46. 1 1
      backendEle/src/views/user/system.vue
  47. 1 1
      backendEle/src/views/user/teamwork.vue
  48. 1 1
      backendEle/src/views/user/year-highest-emp-lv.vue

+ 1 - 1
backendEle/src/components/WithdrawTable.vue

@@ -571,7 +571,7 @@
         this.$refs.multipleTable.toggleRowExpansion(row)
       },
       handleExport() {
-        this.$confirm('确定要导出当前表格中的提现数据吗?', 'Hint', {
+        this.$confirm('Are you sure you want to export the current data?', 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/atlas/emp-user-line.vue

@@ -138,7 +138,7 @@
           })
       },
       handleExport(){
-          this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+          this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
               confirmButtonText: 'confirm', // 确定
               cancelButtonText: 'cancel', // 取消
               type: 'warning'

+ 1 - 1
backendEle/src/views/atlas/emp-user-list.vue

@@ -78,7 +78,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/atlas/network-line-opt.vue

@@ -196,7 +196,7 @@
         //this.getData(this.currentPage, this.pageSize, false)
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/atlas/relation-list.vue

@@ -124,7 +124,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/cf-lx-audit-list.vue

@@ -230,7 +230,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/flow-cf.vue

@@ -73,7 +73,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/flow-lx.vue

@@ -73,7 +73,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/flow-rp.vue

@@ -73,7 +73,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/perf-standard.vue

@@ -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'

+ 1 - 1
backendEle/src/views/bonus/period-perf.vue

@@ -88,7 +88,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'

+ 1 - 1
backendEle/src/views/bonus/resend-qy-audit-list.vue

@@ -202,7 +202,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/resend-qy-list.vue

@@ -155,7 +155,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-bt.vue

@@ -88,7 +88,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Notice', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Notice', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-down-bd.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-down-fx.vue

@@ -71,7 +71,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-down-gl.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-down-gx.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-down-qy.vue

@@ -71,7 +71,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-down-tg.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-down-xf.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-down-yc.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-down-yj.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-fl.vue

@@ -69,7 +69,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-fw.vue

@@ -69,7 +69,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-up-bd.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-up-fx.vue

@@ -71,7 +71,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-up-gl.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-up-gx.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-up-qy.vue

@@ -71,7 +71,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-up-tg.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-up-xf.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-up-yc.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/bonus/trace-up-yj.vue

@@ -71,7 +71,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/finance/history-bonus.vue

@@ -84,7 +84,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'Confirm',
           cancelButtonText: 'Cancel',
           type: 'warning'

+ 1 - 1
backendEle/src/views/finance/perf-audit-list.vue

@@ -359,7 +359,7 @@
         this.getData(this.currentPage, this.pageSize)
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/finance/recharge.vue

@@ -127,7 +127,7 @@
                 })
             },
             handleExport(){
-                this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+                this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
                     confirmButtonText: 'confirm', // 确定
                     cancelButtonText: 'cancel', // 取消
                     type: 'warning'

+ 1 - 1
backendEle/src/views/finance/withdraw.vue

@@ -353,7 +353,7 @@ export default {
         }
         filterData.selectedIds = selectedIds
       }
-      this.$confirm('确定要导出当前表格中的提现数据吗?', 'Hint', {
+      this.$confirm('Are you sure you want to export the current data?', 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/reconsume/change-audit-list.vue

@@ -377,7 +377,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/reconsume/flow-list.vue

@@ -105,7 +105,7 @@
         })
       },
       handleExport() {
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/reconsume/pool-list.vue

@@ -156,7 +156,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/report/dec-table.vue

@@ -99,7 +99,7 @@ export default {
   },
   methods: {
     handleExport () {
-      this.$confirm('确定要导出当前表格中的数据吗?', 'Hint', {
+      this.$confirm('Are you sure you want to export the current data?', 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/user/bind.vue

@@ -146,7 +146,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/user/group.vue

@@ -99,7 +99,7 @@
         })
       },
       handleExport(){
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/user/status-audit-list.vue

@@ -268,7 +268,7 @@
         })
       },
       handleExport() {
-        this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+        this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
           confirmButtonText: 'confirm', // 确定
           cancelButtonText: 'cancel', // 取消
           type: 'warning'

+ 1 - 1
backendEle/src/views/user/system.vue

@@ -168,7 +168,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/user/teamwork.vue

@@ -146,7 +146,7 @@ export default {
       })
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'

+ 1 - 1
backendEle/src/views/user/year-highest-emp-lv.vue

@@ -88,7 +88,7 @@ export default {
       }, isLoading)
     },
     handleExport(){
-      this.$confirm(`确定要导出当前数据吗?`, 'Hint', {
+      this.$confirm(`Are you sure you want to export the current data?`, 'Hint', {
         confirmButtonText: 'confirm', // 确定
         cancelButtonText: 'cancel', // 取消
         type: 'warning'