From bfee218a2b8bfd6bd2fac366fa32bda36fa859d6 Mon Sep 17 00:00:00 2001 From: xd <844539747@qq.com> Date: Mon, 15 Apr 2024 09:40:30 +0800 Subject: [PATCH] '123' --- ruoyi-ui/src/views/quot/quot/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/quot/quot/index.vue b/ruoyi-ui/src/views/quot/quot/index.vue index 94137b0..597ff90 100644 --- a/ruoyi-ui/src/views/quot/quot/index.vue +++ b/ruoyi-ui/src/views/quot/quot/index.vue @@ -524,20 +524,20 @@ - + - + @@ -783,7 +783,7 @@ export default { handleAdd() { this.reset(); this.open = true; - this.title = "添加报价"; + this.title = "报价信息"; this.activeName = "quotInfo"; this.form.quotSalesmanName = this.$store.state.user.sapUserName; this.form.quotSalesmanBm = this.$store.state.user.sapBm; @@ -802,7 +802,7 @@ export default { this.$set(this.form, "quotJsxzGroup", (this.form.quotJsxzGroupValues==''||this.form.quotJsxzGroupValues==null)?[]:this.form.quotJsxzGroupValues.split(',')); this.quotMaterialList = response.data.quotMaterialList; this.open = true; - this.title = "修改报价"; + this.title = "报价信息"; this.activeName = "quotInfo"; var quotJsxzGroup = this.form.quotJsxzGroupValues;