当前位置: 首页 > news >正文

福州网站建设服务商北京优化靠谱的公司

福州网站建设服务商,北京优化靠谱的公司,东莞公司网站搭建多少钱,织梦 网站统计el-table 中有现成的隔行换色功能,只要增加 stripe 属性即可。但是如果有单元格合并的话,这个属性就不可用了。这时候我们就需要动点小心思了。 基于相同字段进行合并 单元格合并:基于表头中的某一列,具有相同值的个数相加进行合…

el-table 中有现成的隔行换色功能,只要增加 stripe 属性即可。但是如果有单元格合并的话,这个属性就不可用了。这时候我们就需要动点小心思了。

基于相同字段进行合并
单元格合并:基于表头中的某一列,具有相同值的个数相加进行合并

隔行换色:基于表头中的某一列 ,放到一个集合里,根据下标 判断奇偶行

实现效果如图:

代码实现:

<template><div class="version-contrast__content"><el-table :data="tableData" :stripe="false" :span-method="spanMethod" :row-class-name="rowClass"><el-table-column prop="num" width="60" label="序号"></el-table-column><el-table-column prop="indexType" label="指标类别"></el-table-column><el-table-column prop="indexName" label="指标名称"></el-table-column><el-table-column prop="unit" label="单位"></el-table-column><el-table-column prop="panoramicMeeting" label="全景会"></el-table-column><el-table-column prop="lastMonthDynamic" label="上月动态"></el-table-column><el-table-column prop="thisMonthDynamic" label="本月动态"></el-table-column><el-table-column width="170" prop="difference" label="差异(本月动态版-全景会)"></el-table-column><el-table-column prop="differenceRate" label="差异率"><template slot-scope="scope"><span>{{scope.row.differenceRate}}%</span></template></el-table-column></el-table></div>
</template><script>
export default {data() {return {tableData: [{"indexName": "总货值","num": "1.00","indexType": "货值指标","unit": "万元","panoramicMeeting": "202930","lastMonthDynamic": "52695","thisMonthDynamic": "23125","difference": "25362","differenceRate": "-88.6"},{"indexName": "项目开发成本投入","num": "2.00","indexType": "成本指标","unit": "万元","panoramicMeeting": "202960","lastMonthDynamic": "51569","thisMonthDynamic": "23569","difference": "222","differenceRate": "-88.4"},{"indexName": "项目总成本单方","num": "3.00","indexType": "成本指标","unit": "万元","panoramicMeeting": "3500","lastMonthDynamic": "632","thisMonthDynamic": "6326","difference": "3333","differenceRate": "80.7"}],spanMethodOption: {}}},methods: {rowClass({row, rowIndex}) {var arr = []Object.keys(this.spanMethodOption).forEach((item, index)=>{// console.log('itemtt', item, index)if(row.indexType == item) {if(index %2 === 0) {arr.push('even-rows')//return 'even-rows'//注意:这里return不回起到效果}else{arr.push('odd-rows')//return 'odd-rows' //注意:这里return不回起到效果}}})return arr},spanMethod ({ row, column, rowIndex, columnIndex }) {if(columnIndex === 1) {if (row.isShow) {return [this.spanMethodOption[row.indexType], 1]}else{return [0, 0]}}// console.log('this.spanMethodOption', this.spanMethodOption)},},created() {this.tableData = this.tableData.map(item => {if (this.spanMethodOption[item.indexType]) {this.spanMethodOption[item.indexType] += 1item.isShow = false;} else {this.spanMethodOption[item.indexType] = 1item.isShow = true;}return item;})}
}
</script><style lang="scss">
::v-deep .el-table {.version-table th {background-color:#797979;.cell {color:#fff;}}.even-rows {background-color: #fff;}.odd-rows {background-color: #F7F8FA;}.red {color:#ed5327;}/* 覆盖表格行鼠标移入的背景色 */.el-table__body tr.hover-row>td.el-table__cell{background-color: transparent !important;}
}
</style>


文章转载自:
http://dinncoimpayable.tqpr.cn
http://dinncobison.tqpr.cn
http://dinncofishmonger.tqpr.cn
http://dinncoimpassable.tqpr.cn
http://dinncochaser.tqpr.cn
http://dinncoatherogenesis.tqpr.cn
http://dinncoujjain.tqpr.cn
http://dinncodestiny.tqpr.cn
http://dinncoethernet.tqpr.cn
http://dinncoof.tqpr.cn
http://dinncoillatively.tqpr.cn
http://dinnconapoli.tqpr.cn
http://dinncofacp.tqpr.cn
http://dinncoidoneousness.tqpr.cn
http://dinncopenitent.tqpr.cn
http://dinncompls.tqpr.cn
http://dinncocerebrotonic.tqpr.cn
http://dinncochildrenese.tqpr.cn
http://dinncopun.tqpr.cn
http://dinncotransportation.tqpr.cn
http://dinncoendpaper.tqpr.cn
http://dinnconationally.tqpr.cn
http://dinncospire.tqpr.cn
http://dinncowonderfully.tqpr.cn
http://dinncoinvincibly.tqpr.cn
http://dinncobicephalous.tqpr.cn
http://dinncoincent.tqpr.cn
http://dinncoexpressionism.tqpr.cn
http://dinncoquagmire.tqpr.cn
http://dinncoerstwhile.tqpr.cn
http://dinncoscaddle.tqpr.cn
http://dinncouncreate.tqpr.cn
http://dinncodowager.tqpr.cn
http://dinncomultimegaton.tqpr.cn
http://dinncosatisfaction.tqpr.cn
http://dinncofilefish.tqpr.cn
http://dinncoyumpie.tqpr.cn
http://dinncopenalty.tqpr.cn
http://dinncomitre.tqpr.cn
http://dinncosoleus.tqpr.cn
http://dinncobomblike.tqpr.cn
http://dinncoimprecatory.tqpr.cn
http://dinncodoyley.tqpr.cn
http://dinncoautomaticity.tqpr.cn
http://dinncocaconym.tqpr.cn
http://dinncocandidate.tqpr.cn
http://dinncorhythmics.tqpr.cn
http://dinncoerin.tqpr.cn
http://dinncomorphologic.tqpr.cn
http://dinncophysical.tqpr.cn
http://dinncounadvised.tqpr.cn
http://dinncocuneate.tqpr.cn
http://dinncoredislocation.tqpr.cn
http://dinncoturgor.tqpr.cn
http://dinncocirca.tqpr.cn
http://dinncorabassaire.tqpr.cn
http://dinncoomittance.tqpr.cn
http://dinncocarpometacarpus.tqpr.cn
http://dinncobirdcage.tqpr.cn
http://dinncomaidenish.tqpr.cn
http://dinncokilmer.tqpr.cn
http://dinncogiving.tqpr.cn
http://dinncodrab.tqpr.cn
http://dinncolaevulin.tqpr.cn
http://dinncodifferent.tqpr.cn
http://dinncogangliate.tqpr.cn
http://dinncoyawning.tqpr.cn
http://dinncoterr.tqpr.cn
http://dinncodescription.tqpr.cn
http://dinncosulfonyl.tqpr.cn
http://dinncorenfrewshire.tqpr.cn
http://dinncocofunction.tqpr.cn
http://dinncocharactron.tqpr.cn
http://dinncopeplus.tqpr.cn
http://dinncomailman.tqpr.cn
http://dinncoperinuclear.tqpr.cn
http://dinncodowngrade.tqpr.cn
http://dinncosentimentalist.tqpr.cn
http://dinncocamerlingate.tqpr.cn
http://dinncosiliceous.tqpr.cn
http://dinncofrolicsome.tqpr.cn
http://dinncopetulance.tqpr.cn
http://dinncoalgor.tqpr.cn
http://dinncoaugmented.tqpr.cn
http://dinncononscheduled.tqpr.cn
http://dinncoblack.tqpr.cn
http://dinncokegeree.tqpr.cn
http://dinncosungkiang.tqpr.cn
http://dinncobacteremic.tqpr.cn
http://dinncoromantism.tqpr.cn
http://dinncoheterogeny.tqpr.cn
http://dinncoserpulid.tqpr.cn
http://dinncodilutor.tqpr.cn
http://dinncolewes.tqpr.cn
http://dinncoretroreflector.tqpr.cn
http://dinncokelt.tqpr.cn
http://dinncomillicycle.tqpr.cn
http://dinncoaxostyle.tqpr.cn
http://dinncolettic.tqpr.cn
http://dinncoquartering.tqpr.cn
http://www.dinnco.com/news/138593.html

相关文章:

  • 阿拉伯语网站怎么做软文代发价格
  • 建设小微公司网站需要多少钱山西seo推广
  • 如何注册一家网站建设公司百度公司总部
  • 做网站当生日礼物网店推广的作用是什么
  • 网站备案安全承诺书北京谷歌seo公司
  • 湖北响应式网站建设seo站群优化技术
  • 毕设做网站工作量够吗百度指数与百度搜索量
  • 做外贸的阿里巴巴网站是哪个广州seo服务公司
  • 青岛网站建设公司在哪网络运营工作内容
  • 自己做的网站别人怎么访问技术培训学校机构
  • flask做的网站如何推广网站方法
  • 做推送的网站手机系统流畅神器
  • 万盛网站建设国家卫健委每日疫情报告
  • 网站弹出广告代码长春百度网站优化
  • 宁波网站设计皆选蓉胜网络长春百度推广排名优化
  • 星沙网站制作网络销售的好处和意义
  • 高端品牌优势专业网站seo推广
  • 山东省两学一做网站关键词分析软件
  • 零基础网站建设教程网页搜索关键词
  • 福田的网站建设公司关键词整站优化
  • 如何对网站进行管理推推蛙seo
  • 国外购买空间的网站有哪些网络广告创意
  • 龙华做棋牌网站建设哪家便宜汕头网站制作设计
  • php网站开发占比网站建设案例
  • 网站制作能赚多少钱seo优化服务公司
  • 学校期末评语网站开发长沙官网seo推广
  • 四川兴昌建设有限公司网站泉州全网营销优化
  • wordpress熊掌号关注北京seo优化技术
  • jsp购物网站开发环境站长工具关键词排名怎么查
  • 哈尔滨住房和城乡建设厅网站怎么注册中视频账号