update Table
update Table
This commit is contained in:
parent
340681ab50
commit
b8a4300003
3 changed files with 63 additions and 35 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue