update Table
update Table
This commit is contained in:
parent
6c99b9fe59
commit
39311a508f
5 changed files with 67 additions and 44 deletions
|
@ -8,9 +8,10 @@
|
|||
<!--<i-table size="large" border stripe :columns="columns" :data="data"></i-table>-->
|
||||
<br>
|
||||
<i-table
|
||||
width="850"
|
||||
width="450"
|
||||
:height="height"
|
||||
stripe
|
||||
border
|
||||
:border="true"
|
||||
highlight-row
|
||||
:show-header="true"
|
||||
:columns="columns"
|
||||
|
@ -239,6 +240,14 @@
|
|||
// });
|
||||
// this.data.splice(0, 1);
|
||||
// this.columns.splice(2,1)
|
||||
// this.data.push({
|
||||
// name: '梁灏2',
|
||||
// age: 25,
|
||||
// address: '北京市朝阳区',
|
||||
// edit: false,
|
||||
// tag: 'home',
|
||||
// action: 1
|
||||
// })
|
||||
}, 3000);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue