no message
Former-commit-id: 826547b650af13ea9f8e2e8be4bcfe246161d79f Former-commit-id: df50252333622a968b4d2e84b5140af3bb0ec790 Former-commit-id: 3efc5fc12b45db4945156bcb21c55fd4e82a6e80
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
<el-table v-bind="table" class="d2-mb">
|
<el-table v-bind="table">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-for="(item, index) in table.columns"
|
v-for="(item, index) in table.columns"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
<el-table v-bind="table" class="d2-mb">
|
<el-table v-bind="table">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-for="(item, index) in table.columns"
|
v-for="(item, index) in table.columns"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|||||||
Reference in New Issue
Block a user