From bf95b758e7d4e98b007e6ec2b928431acf07e90c Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Mon, 9 Aug 2021 10:02:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B5=B7=E6=8A=A5=E4=BB=B7=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/pages/offer/index.vue | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/supplier/pages/offer/index.vue b/supplier/pages/offer/index.vue index f1776da..341159c 100644 --- a/supplier/pages/offer/index.vue +++ b/supplier/pages/offer/index.vue @@ -45,7 +45,11 @@ 报价明细 - + + + + + { this.searchValue = event.detail.value; }, 1000); + this.show_icon = false; + if(event.detail.value == '') { + this.show_icon = true; + } }, // 搜索按下回车 inputConfirm(event){ @@ -455,6 +469,15 @@ }