删掉多余代码

This commit is contained in:
吕金泽 2022-05-20 10:12:44 +08:00
parent b4edbd13fb
commit 175e33779d

View File

@ -17,11 +17,6 @@
/>
</template>
</mb-table>
<mb-table ref="magicTable" v-bind="tableOptions">
<template v-for="col in cols" #[col.field]="{ row, index }">
{{ row.name }}
</template>
</mb-table>
</div>
</template>