File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
examples/sites/demos/pc/app/grid/webdoc Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments