修改页面按钮

This commit is contained in:
RenCheng 2025-03-08 18:54:46 +08:00
parent 19520694fa
commit b9e0f20647
5 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@
<a-row :gutter="30">
<a-col :md="6" :sm="10" >
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-button @click="dataAdd" type="primary" v-has="'cont:btn'" icon="plus">发布到专题库</a-button>
<a-button @click="dataAdd" type="primary" icon="plus">发布到专题库</a-button>
</span>
</a-col>
</a-row>

View File

@ -8,7 +8,7 @@
<a-col :md="6" :sm="10" >
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-button @click="handleAdd" type="primary" v-has="'cont:btn'" icon="plus">新增</a-button>
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
</span>
</a-col>
</a-row>

View File

@ -8,7 +8,7 @@
<a-col :md="6" :sm="10" >
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-button @click="handleAdd" type="primary" v-has="'cont:btn'" icon="plus">新增</a-button>
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
</span>
</a-col>
</a-row>

View File

@ -8,7 +8,7 @@
<a-col :md="6" :sm="10" >
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-button @click="handleAdd" type="primary" v-has="'cont:btn'" icon="plus">新增</a-button>
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
</span>
</a-col>
</a-row>

View File

@ -12,7 +12,7 @@
</a-col>
<a-col :md="6" :sm="10" >
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-button @click="loadData" type="primary" v-has="'cont:btn'" icon="search">查询</a-button>
<a-button @click="loadData" type="primary" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px;left: 10px">重置</a-button>
</span>
</a-col>
@ -22,7 +22,7 @@
<!-- table区域-begin -->
<div style="height:900px;overflow-y:auto;">
<a-button @click="handleAdd" type="primary" v-has="'cont:btn'" icon="plus" style="margin-left: 8px;left: 10px;margin-bottom: 10px;">新增</a-button>
<a-button @click="handleAdd" type="primary" icon="plus" style="margin-left: 8px;left: 10px;margin-bottom: 10px;">新增</a-button>
<a-table
ref="table"
size="middle"