We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0b73a commit 4ba6830Copy full SHA for 4ba6830
examples/sites/demos/apis/dialog-select.js
@@ -380,7 +380,7 @@ export default {
380
type: '(row: IData) => void',
381
defaultValue: '',
382
desc: {
383
- 'zh-CN': '使用表格展示数据时,已选栏的选项的删除事件',
+ 'zh-CN': '已选栏的选项的删除事件',
384
'en-US': 'The delete event of the selected column options when displaying data in a table'
385
},
386
mode: ['pc'],
@@ -391,7 +391,7 @@ export default {
391
type: '() => void',
392
393
394
- 'zh-CN': '使用表格展示数据时,已选栏的清空事件',
+ 'zh-CN': '已选栏的清空事件',
395
'en-US': 'The clear event of the selected column when displaying data in a table'
396
397
0 commit comments