From fabef33613a7231ea115da5f0ccc2add8bd3f390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E5=8B=87?= <995058772@qq.com> Date: Thu, 8 May 2025 09:33:02 +0800 Subject: [PATCH] 11 --- src/views/logistics/quotation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }, // 文件上传中处理