diff --git a/src/views/logistics/quotation/index.vue b/src/views/logistics/quotation/index.vue index a4065b0..228e249 100644 --- a/src/views/logistics/quotation/index.vue +++ b/src/views/logistics/quotation/index.vue @@ -243,7 +243,7 @@ export default { }, /** 导入按钮操作 */ handleImport() { - this.upload.title = "售后订单导入"; + this.upload.title = "客户报价单导入"; this.upload.open = true; }, // 文件上传中处理