From eed27d3000e127c433fd45609d0d5e5d06b7868c Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 26 十二月 2023 11:14:28 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/crm-web into dev --- src/views/sales/contractManage/index.vue | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/views/sales/contractManage/index.vue b/src/views/sales/contractManage/index.vue index 1866304..75bafd9 100644 --- a/src/views/sales/contractManage/index.vue +++ b/src/views/sales/contractManage/index.vue @@ -7,7 +7,7 @@ :show-download="false" :amount-view="false" :show-action-btn="false" - placeholder="璇疯緭鍏ュ崟鎹紪鍙�" + placeholder="璇疯緭鍏ュ悎鍚屽悕绉版垨鍗曟嵁缂栧彿" @searchClick="onFilterSearch" > <template slot="leftButton"> @@ -102,18 +102,14 @@ }, selValueList: [], search_map: {}, - searchSel: { - value: "number", - label: "鍗曟嵁缂栧彿" - }, tableColumn: [ - { label: "鍗曟嵁缂栧彿", prop: "number", min: 120, isCommonClick: true, default: true }, + { label: "鍚堝悓鍚嶇О", prop: "contractName", min: 120, isCommonClick: true, default: true }, { label: "璐熻矗浜�", prop: "member_name", min: 90 }, { label: "瀹㈡埛鍚嶇О", prop: "client_name" }, { label: "鍚堝悓鐘舵��", prop: "serviceContractStatus_name", min: 100 }, { label: "鍒涘缓鏃堕棿", prop: "created_at" } ], - showCol: ["鍗曟嵁缂栧彿", "璐熻矗浜�", "瀹㈡埛鍚嶇О", "鍚堝悓鐘舵��", "鍒涘缓鏃堕棿"], + showCol: ["鍚堝悓鍚嶇О", "璐熻矗浜�", "瀹㈡埛鍚嶇О", "鍚堝悓鐘舵��", "鍒涘缓鏃堕棿"], keyword:'' } }, @@ -246,7 +242,7 @@ }, // 鍚堝悓绠$悊璇︽儏 selCommonClick(row) { - console.log(row) + console.log(row,"鍚堝悓璇︽儏") this.contractDetail.visible = true this.contractDetail.infomation = { ...row } } -- Gitblit v1.8.0