We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da33c4c commit 2a30731Copy full SHA for 2a30731
admin/src/views/api_excel/index.vue
@@ -1,10 +1,10 @@
1
<template>
2
<div class="app-container">
3
<el-row>
4
- <el-button type="primary" size="medium">
+ <!--<el-button type="primary" size="medium">
5
<router-link to="/api_excel/add">上传测试</router-link>
6
- </el-button>
7
- <el-button type="primary" size="medium" @click="dialogFormVisible = true">Dialog</el-button>
+ </el-button>-->
+ <el-button type="primary" size="medium" @click="dialogFormVisible = true">上传测试</el-button>
8
<el-button :loading="reload" type="primary" class="reload" plain @click="fetchData">{{ reload_name }}</el-button>
9
</el-row>
10
<el-dialog :visible.sync="dialogFormVisible" title="上传测试">
0 commit comments