Skip to content

Commit d41feb2

Browse files
committed
增加表格内容超出后是否自动换行属性text-inline(默认不换行)
1 parent de452ef commit d41feb2

File tree

4 files changed

+562
-394
lines changed

4 files changed

+562
-394
lines changed

Vol.Vue/src/components/basic/ViewGrid.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
:defaultLoadPage="load"
252252
:summary="summary"
253253
:column-index="columnIndex"
254+
:text-inline="textInline"
254255
:ck="ck"></vol-table>
255256
</div>
256257
</div>
@@ -418,6 +419,7 @@ var vueParam = {
418419
height: 0, //表高度
419420
tableHeight: 0, //查询页面table的高度
420421
tableMaxHeight: 0, //查询页面table的最大高度
422+
textInline:true,//table内容超出后是否不换行2020.01.16
421423
pagination: { total: 0, size: 30, sortName: "" }, //从分页配置数据
422424
boxOptions: {
423425
saveClose: true,

0 commit comments

Comments
 (0)