From 7c71eb3cb8e64ec329a0478e84180e13c86f3ed3 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 20 Jun 2023 17:16:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=AD=98=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/pidu/app/AppSessionArchive/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/pidu/app/AppSessionArchive/components/List.vue b/project/pidu/app/AppSessionArchive/components/List.vue index e6619968..22f52ffb 100644 --- a/project/pidu/app/AppSessionArchive/components/List.vue +++ b/project/pidu/app/AppSessionArchive/components/List.vue @@ -68,7 +68,7 @@ v-model="search.name" size="small" v-throttle="() => {search.current = 1, getList()}" - placeholder="请输入成员姓名、手机号或标签名称" + placeholder="请输入成员姓名、手机号" clearable @clear="search.current = 1, search.name = '', getList()" suffix-icon="iconfont iconSearch">