From ea4f9ee1d7a6333bd516deb09c1d12f18a168787 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 18 八月 2023 19:04:53 +0800 Subject: [PATCH] bug 修复 --- src/views/service/serviceContract/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/service/serviceContract/index.vue b/src/views/service/serviceContract/index.vue index 55b18a7..82b640e 100644 --- a/src/views/service/serviceContract/index.vue +++ b/src/views/service/serviceContract/index.vue @@ -144,7 +144,7 @@ { label: "浜у搧鍚嶇О", prop: "productName" }, // 浜у搧鍚嶇О { label: "鏈嶅姟寮�濮嬫棩", prop: "startTime" }, // 鏈嶅姟寮�濮嬫棩 { label: "鏈嶅姟鍒版湡鏃�", prop: "endTime" }, // 鏈嶅姟鍒版湡鏃� - { label: "浠风◣鍚堣", prop: "priceTax" } // 浠风◣鍚堣 + { label: "浠风◣鍚堣", prop: "amountTotal" } // 浠风◣鍚堣 ] } this.searchOptions = [] @@ -207,7 +207,7 @@ addBtnClick() { this.editConfig.visible = true this.editConfig.title = "鏂板缓" - this.editConfig.infomation = { ...this.addConfig } + this.editConfig.infomation = { ...this.addConfig, currency: "浜烘皯甯�" } }, // 缂栬緫 handleClick(row) { @@ -217,7 +217,8 @@ this.editConfig.infomation = { ...row, contract_number: row.salesDetails.number, - quotation_number: row.quotation.number + quotation_number: row.quotation.number, + currency: "浜烘皯甯�" } }, // 鍒犻櫎 -- Gitblit v1.8.0