no message

Former-commit-id: 826547b650af13ea9f8e2e8be4bcfe246161d79f
Former-commit-id: df50252333622a968b4d2e84b5140af3bb0ec790
Former-commit-id: 3efc5fc12b45db4945156bcb21c55fd4e82a6e80
This commit is contained in:
liyang
2018-06-11 22:08:09 +08:00
parent 870ec8b48a
commit 2e0341a897
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
</el-button>
</el-upload>
</div>
<el-table v-bind="table" class="d2-mb">
<el-table v-bind="table">
<el-table-column
v-for="(item, index) in table.columns"
:key="index"

View File

@@ -15,7 +15,7 @@
</el-button>
</el-upload>
</div>
<el-table v-bind="table" class="d2-mb">
<el-table v-bind="table">
<el-table-column
v-for="(item, index) in table.columns"
:key="index"