parent
d8892603f7
commit
5ee64b6de5
3 changed files with 13 additions and 5 deletions
|
@ -1,5 +1,11 @@
|
|||
<template>
|
||||
<i-table border :content="self" :columns="columns7" :data="data6"></i-table>
|
||||
<div>
|
||||
<Row>
|
||||
<i-col span="12">
|
||||
<i-table border :content="self" :columns="columns7" :data="data6" :context="self"></i-table>
|
||||
</i-col>
|
||||
</Row>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue