update Table

update Table
This commit is contained in:
梁灏 2016-11-27 20:43:54 +08:00
parent 340681ab50
commit b8a4300003
3 changed files with 63 additions and 35 deletions

View file

@ -9,7 +9,10 @@
<br>
<i-table
width="450"
border
height="200"
stripe
highlight-row
:show-header="true"
:columns="columns"
:data="data"
:row-class-name="rowClsName"
@ -61,6 +64,7 @@
title: '地址',
key: 'address',
align: 'center',
// fixed: 'right',
width: 100,
// render (row, column, index) {
// if (row.edit) {