|
@@ -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
|
|
|
})
|
|
|
}
|