fix: 修复table组件id、ref命名未声明index导致的报警问题
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
<span>{{ $t('network.metric') }}:</span>
|
||||
</div>
|
||||
<el-table
|
||||
:id="`tabTable_${index}`"
|
||||
:ref="`dataTable_${index}`"
|
||||
id="tabTable"
|
||||
ref="dataTable"
|
||||
:data="tableData"
|
||||
class="npm-app-event-table"
|
||||
height="100%"
|
||||
|
||||
Reference in New Issue
Block a user