diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-select.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-select.md index 0e2329e73872e4c3153b341ed3841d03716ae47a..a1f366c42fe071b4bda667e12765f8b468355090 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-select.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-select.md @@ -14,9 +14,9 @@ ## 接口 -Select(options: Array) +Select(options: Array\) -- `SelectOption`参数 +- SelectOption参数 | 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 | | ------ | ----------------------------------------------- | ---- | ------ | -------------- | @@ -49,7 +49,7 @@ Select(options: Array) ``` @Entry @Component -struct SliderExample { +struct SelectExample { build() { Column() { Select([{value:'aaa',icon: "/common/1.png"},