0922
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
<div class="header-container">
|
||||
<div class="header-actions">
|
||||
<el-button type="primary" class="export-btn">筛选</el-button>
|
||||
<el-button type="primary" class="create-btn">导出数据</el-button>
|
||||
<el-button type="primary" icon="UploadFilled" class="create-btn">导出数据</el-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
></el-date-picker>
|
||||
</div>
|
||||
<div class="filter-actions">
|
||||
<el-button type="primary" class="search-btn" @click="fetchDashboardData">搜索</el-button>
|
||||
<el-button type="primary" icon="Search" class="search-btn" @click="fetchDashboardData">搜索</el-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user