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 d532891 commit 533b4e5Copy full SHA for 533b4e5
src/views/pay/app/index.vue
@@ -47,12 +47,7 @@
47
<el-form-item>
48
<el-button @click="handleQuery"> <Icon icon="ep:search" class="mr-5px" />搜索 </el-button>
49
<el-button @click="resetQuery"> <Icon icon="ep:refresh" class="mr-5px" />重置 </el-button>
50
- <el-button
51
- type="primary"
52
- plain
53
- @click="openForm('create')"
54
- v-hasPermi="['pay:app:create']"
55
- >
+ <el-button type="primary" plain @click="openForm('create')" v-hasPermi="['pay:app:create']">
56
<Icon icon="ep:plus" class="mr-5px" /> 新增
57
</el-button>
58
</el-form-item>
0 commit comments