This commit is contained in:
@@ -79,7 +79,6 @@ const statCards = [
|
||||
size="large"
|
||||
class="token-input"
|
||||
@change="inputChange"
|
||||
@keyup.enter="fetchInfo"
|
||||
>
|
||||
<template #prefix>
|
||||
<el-icon>
|
||||
@@ -87,9 +86,11 @@ const statCards = [
|
||||
</el-icon>
|
||||
</template>
|
||||
</el-input>
|
||||
|
||||
<el-button type="primary" size="large" @click="refresh" :loading="loading">
|
||||
查询
|
||||
</el-button>
|
||||
|
||||
<el-button type="success" size="large" @click="showAddDataDialog = true">
|
||||
<el-icon>
|
||||
<Upload/>
|
||||
|
||||
Reference in New Issue
Block a user