From 36df175693c8224f2987f9e6e54e12c0c010db2f Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期一, 25 九月 2023 15:36:11 +0800 Subject: [PATCH] style: 联系人模块样式调整 --- src/views/service/serviceContract/index.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/service/serviceContract/index.vue b/src/views/service/serviceContract/index.vue index 55b18a7..bd50dc0 100644 --- a/src/views/service/serviceContract/index.vue +++ b/src/views/service/serviceContract/index.vue @@ -141,10 +141,10 @@ { label: "鍚堝悓绫诲瀷", prop: "serviceContractType" }, // 鍚堝悓绫诲瀷 { label: "鍚堝悓鐘舵��", prop: "serviceContractStatus" }, // 鍚堝悓鐘舵�� { label: "璐熻矗浜�", prop: "member_name" }, // 璐熻矗浜� - { label: "浜у搧鍚嶇О", prop: "productName" }, // 浜у搧鍚嶇О + { label: "浜у搧鍚嶇О", prop: "productName", isProductName: true }, // 浜у搧鍚嶇О { 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