|
|
|
@ -94,7 +94,7 @@ |
|
|
|
|
<el-button type="primary" size="small" @click="exportDatabaseByMonth" v-auth="'/stat/list:月份统计导出'">导出数据</el-button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<el-table :data="monthData" class="table" stripe header-align="center" row-key="id" :span-method="objectSpanMethod" @selection-change="handleSelectionChange1"> |
|
|
|
|
<el-table :data="monthData" class="month-table" stripe header-align="center" row-key="id" :span-method="objectSpanMethod" @selection-change="handleSelectionChange1"> |
|
|
|
|
<el-table-column type="selection" width="80" align="center"></el-table-column> |
|
|
|
|
<el-table-column prop="year" width="80" label="年份" align="center"></el-table-column> |
|
|
|
|
<el-table-column prop="type" width="80" label="类别" align="center"> |
|
|
|
@ -551,22 +551,24 @@ export default { |
|
|
|
|
vertical-align: middle; |
|
|
|
|
background-color: #55D3DE; |
|
|
|
|
} |
|
|
|
|
/deep/.el-table__body-wrapper tr:first-child { |
|
|
|
|
td:nth-child(3) { |
|
|
|
|
border-bottom: 0 !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/deep/.el-table__body-wrapper tr:nth-child(2n) { |
|
|
|
|
td:first-child { |
|
|
|
|
border-bottom: 0 !important; |
|
|
|
|
/deep/.month-table { |
|
|
|
|
.el-table__body-wrapper tr:first-child { |
|
|
|
|
td:nth-child(3) { |
|
|
|
|
border-bottom: 0 !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.meta:after { |
|
|
|
|
background-color: #7ED321; |
|
|
|
|
.el-table__body-wrapper tr:nth-child(2n) { |
|
|
|
|
td:first-child { |
|
|
|
|
border-bottom: 0 !important; |
|
|
|
|
} |
|
|
|
|
.meta:after { |
|
|
|
|
background-color: #7ED321; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.el-table__body-wrapper tr:nth-child(3n) { |
|
|
|
|
.meta:after { |
|
|
|
|
background-color: #1A78F6; |
|
|
|
|
.el-table__body-wrapper tr:nth-child(3n) { |
|
|
|
|
.meta:after { |
|
|
|
|
background-color: #1A78F6; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.chart{ |
|
|
|
|