mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
feat(frontend): 扩展股票搜索框占位符文本
- 将搜索框的占位符文本从"请输入股票名称或者代码"修改为"请输入股票/指数名称或者代码" - 这个修改使得用户更加清晰地知道可以在搜索框中输入股票或指数的名称或代码
This commit is contained in:
parent
116dae19cf
commit
5f1eaf02c4
@ -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"/> 关注该股票
|
||||
|
Loading…
x
Reference in New Issue
Block a user