feat(frontend): 扩展股票搜索框占位符文本

- 将搜索框的占位符文本从"请输入股票名称或者代码"修改为"请输入股票/指数名称或者代码"
- 这个修改使得用户更加清晰地知道可以在搜索框中输入股票或指数的名称或代码
This commit is contained in:
spark 2025-01-03 13:05:43 +08:00
parent 116dae19cf
commit 5f1eaf02c4

View File

@ -325,7 +325,7 @@ function fullscreen(){
autocomplete: 'disabled',
}"
:options="options"
placeholder="请输入股票名称或者代码"
placeholder="请输入股票/指数名称或者代码"
clearable @update-value="getStockList" :on-select="onSelect"/>
<n-button type="primary" @click="AddStock">
<n-icon :component="Add"/> &nbsp;关注该股票