From f92602a7c1d25244cf1964293574d1b1024f8df2 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 11 May 2023 09:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/wuxi/app/AppReportAiWill/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/wuxi/app/AppReportAiWill/components/List.vue b/project/wuxi/app/AppReportAiWill/components/List.vue index abd8356e..4bc4ef47 100644 --- a/project/wuxi/app/AppReportAiWill/components/List.vue +++ b/project/wuxi/app/AppReportAiWill/components/List.vue @@ -40,7 +40,7 @@ class="search-input" size="small" v-throttle="() => {search.current = 1, getList()}" - placeholder="请输入内容描述/上报居民/联系方式" + placeholder="请输入内容描述/上报人员/联系方式" clearable @change="getList" @clear="search.current = 1, search.content = '', getList()"