【代码优化】移除无用的,优化代码排版
This commit is contained in:
@ -62,8 +62,12 @@
|
||||
</el-row>
|
||||
<!-- 操作 -->
|
||||
<template #footer>
|
||||
<el-button :disabled="tableList.length === 0 || dbTableLoading" type="primary" @click="handleImportTable">
|
||||
导入
|
||||
<el-button
|
||||
:disabled="tableList.length === 0 || dbTableLoading"
|
||||
type="primary"
|
||||
@click="handleImportTable"
|
||||
>
|
||||
导入
|
||||
</el-button>
|
||||
<el-button @click="close">关闭</el-button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user