Commit 7953cc73d75298baf07a6fd0b5144077c5ae51ac

Authored by wuxw
1 parent 8db44267

开始开发报表功能

src/views/report/reportProficientList.vue
... ... @@ -2,7 +2,7 @@
2 2 <div class="report-proficient-container">
3 3 <!-- 查询条件 -->
4 4 <el-card class="search-wrapper">
5   - <div slot="header" class="clearfix">
  5 + <div slot="header" class="flex justify-between">
6 6 <span>{{ $t('reportProficient.search.title') }}</span>
7 7 <div class="header-tools">
8 8 <el-button type="primary" size="small" @click="_exportFee">
... ...