Skip to content

Commit cea7f23

Browse files
committed
docs: fix description error
1 parent 6508533 commit cea7f23

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/sites/demos/pc/app/grid/webdoc/grid-tree-table.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,8 @@ export default {
100100
'demoId': 'tree-table-tree-grid-expand',
101101
'name': { 'zh-CN': '获取展开的行数据', 'en-US': 'Get the expanded row data' },
102102
'desc': {
103-
'zh-CN':
104-
'<p>通过 <code>getTreeExpandeds</code> 方法可以获取展开的行数据,参数 <code>row</code> 为行数据对象。</p>\n',
105-
'en-US':
106-
'<p>You can use the <code>getTreeExpandeds</code> method to get the expanded row data. The row parameter indicates the row data object. </p>\n'
103+
'zh-CN': '<p>通过 <code>getTreeExpandeds</code> 方法可以获取展开的行数据</p>',
104+
'en-US': '<p>You can use the <code>getTreeExpandeds</code> method to get the expanded row data</p>'
107105
},
108106
'codeFiles': ['tree-table/tree-table-tree-grid-expand.vue']
109107
},

0 commit comments

Comments
 (0)