From 5f1eaf02c413f314c9f7c37efe48f6b813a1ce0f Mon Sep 17 00:00:00 2001 From: spark Date: Fri, 3 Jan 2025 13:05:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E6=89=A9=E5=B1=95=E8=82=A1?= =?UTF-8?q?=E7=A5=A8=E6=90=9C=E7=B4=A2=E6=A1=86=E5=8D=A0=E4=BD=8D=E7=AC=A6?= =?UTF-8?q?=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将搜索框的占位符文本从"请输入股票名称或者代码"修改为"请输入股票/指数名称或者代码" - 这个修改使得用户更加清晰地知道可以在搜索框中输入股票或指数的名称或代码 --- frontend/src/components/stock.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/stock.vue b/frontend/src/components/stock.vue index 9e75330..a0884b9 100644 --- a/frontend/src/components/stock.vue +++ b/frontend/src/components/stock.vue @@ -325,7 +325,7 @@ function fullscreen(){ autocomplete: 'disabled', }" :options="options" - placeholder="请输入股票名称或者代码" + placeholder="请输入股票/指数名称或者代码" clearable @update-value="getStockList" :on-select="onSelect"/>  关注该股票