测试问题整改
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
|
||||
<el-dialog v-model="dialogVisible" :title="title" width="70%">
|
||||
<vxe-table height="400px" auto-resize :data="tableData" v-loading="loading" v-bind="defaultAttribute"
|
||||
<el-dialog draggable v-model="dialogVisible" :title="title" width="70%">
|
||||
<div style="height: 55vh">
|
||||
<vxe-table height="auto" auto-resize :data="tableData" v-loading="loading" v-bind="defaultAttribute"
|
||||
:key="key">
|
||||
|
||||
<vxe-column field="name" title="名称"></vxe-column>
|
||||
@@ -60,7 +61,7 @@
|
||||
</template>
|
||||
</vxe-column>
|
||||
</vxe-table>
|
||||
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user