lilei vor 3 Jahren
Ursprung
Commit
11c4e623b5

+ 2 - 2
src/views/expenseManagement/expenseReimbursement/chooseImportModal.vue

@@ -214,7 +214,7 @@ export default {
     // 确认导入
     handleSubmit () {
       if (this.paramsData.rightList.length == 0) {
-        this.$message.warning('无可导入费用明细!')
+        this.$message.warning('没有可导入的费用明细!')
       } else {
         const data = this.paramsData.rightList
         data.map(item => {
@@ -233,7 +233,7 @@ export default {
         return
       }
       _this.spinning = true
-      hdExportExcel(expenseFailExcel, _this.paramsData.errorList, '费用明细导错误项', function () {
+      hdExportExcel(expenseFailExcel, _this.paramsData.errorList, '费用明细导错误项', function () {
         _this.spinning = false
       })
     }