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