修改 测试bug

This commit is contained in:
GGJ
2024-11-12 14:06:41 +08:00
parent 299301d4f7
commit 27e0dd3abd
10 changed files with 40 additions and 36 deletions

View File

@@ -25,7 +25,7 @@
</el-button>
</div>
<div :style="tableHeight">
<vxe-table border auto-resize height="auto" :data="offLineFileList" v-bind="defaultAttribute">
<vxe-table border auto-resize height="auto" :data="offLineFileList" v-bind="defaultAttribute" :key="updateKey">
<vxe-column field="name" align="center" title="文件名"></vxe-column>
<vxe-column field="webkitRelativePath" align="center" title="文件地址"></vxe-column>
<vxe-column field="status" align="center" title="状态" width="250">