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

上海网站设计多少钱网络营销运营方案

上海网站设计多少钱,网络营销运营方案,怎么制作网站链接手机,樟木头镇做网站一.项目需求 表格可以多选,表头都是汉字。。。。类似于这种 二.实现功能 用到的方法 Table Attributes 参数说明类型可选值默认值header-cell-class-name表头单元格的 className 的回调方法,也可以使用字符串为所有表头单元格设置一个固定的 className。…

一.项目需求

        表格可以多选,表头都是汉字。。。。类似于这种

        

二.实现功能

  • 用到的方法

Table Attributes
参数说明类型可选值默认值
header-cell-class-name表头单元格的 className 的回调方法,也可以使用字符串为所有表头单元格设置一个固定的 className。Function({row, column, rowIndex, columnIndex})/String

  • 实现代码(可复制直接跑)

HTML部分
<template><div class="Box"><div><el-table ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 500px"@selection-change="handleSelectionChange" :header-cell-class-name="cellClass"><el-table-column type="selection" width="55"></el-table-column><el-table-column label="日期" width="120"><template slot-scope="scope">{{ scope.row.date }}</template></el-table-column><el-table-column prop="name" label="姓名" width="120"></el-table-column><el-table-column prop="address" label="地址" show-overflow-tooltip></el-table-column></el-table></div></div>
</template>
js部分
<script>
export default {name: "list",data () {return {tableData: [{date: '2023-09-03',name: 'bug天选之子',address: 'https://blog.csdn.net/weixin_70245286?spm=1000.2115.3001.5343'}, {date: '2023-09-03',name: 'bug天选之子',address: 'https://blog.csdn.net/weixin_70245286?spm=1000.2115.3001.5343'}, {date: '2023-09-03',name: 'bug天选之子',address: 'https://blog.csdn.net/weixin_70245286?spm=1000.2115.3001.5343'}, {date: '2023-09-03',name: 'bug天选之子',address: 'https://blog.csdn.net/weixin_70245286?spm=1000.2115.3001.5343'},],multipleSelection: [],}},methods: {// 选中的项handleSelectionChange (val) {this.multipleSelection = val;console.log("选中的项:", this.multipleSelection);},// 修改多选框表头cellClass (row) {// 判断第几列if (row.columnIndex === 0) {return "disableSelection";}}},mounted () {}
}
</script>
css部分
<style scoped>
.Box {display: flex;justify-content: center;align-items: center;
}::v-deep.el-table .disableSelection .cell .el-checkbox__inner {display: none;position: relative;
}::v-deep.el-table .disableSelection .cell::before {content: "选项";position: absolute;right: 15px;
}::v-deep.el-table {border: 1px solid blue;
}
</style>
实现后的效果图

三.总结

关键代码

// 在表格上绑定header-cell-class-name属性
<el-table ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 500px"@selection-change="handleSelectionChange" :header-cell-class-name="cellClass">
// 在methods中判断确定是第一列然后给对应的class名
cellClass (row) {// 判断第几列if (row.columnIndex === 0) {return "disableSelection";}}
// css做对应修改// 隐藏多选框表头
::v-deep.el-table .disableSelection .cell .el-checkbox__inner {display: none;position: relative;
}
// 替换后的表头内容(根据需求自行设置)
::v-deep.el-table .disableSelection .cell::before {content: "选项";position: absolute;right: 15px;
}

大家有啥更好的方法评论区留言


文章转载自:
http://televisionless.c7627.cn
http://dortmund.c7627.cn
http://dipolar.c7627.cn
http://obvious.c7627.cn
http://depth.c7627.cn
http://ioffe.c7627.cn
http://logging.c7627.cn
http://disambiguate.c7627.cn
http://toil.c7627.cn
http://coexistence.c7627.cn
http://tdb.c7627.cn
http://inchmeal.c7627.cn
http://kamala.c7627.cn
http://nightfall.c7627.cn
http://sciosophy.c7627.cn
http://paramecium.c7627.cn
http://laborer.c7627.cn
http://actomyosin.c7627.cn
http://pseudotuberculosis.c7627.cn
http://superpotency.c7627.cn
http://incessancy.c7627.cn
http://farthest.c7627.cn
http://tideway.c7627.cn
http://tarsus.c7627.cn
http://squeamish.c7627.cn
http://hydrotherapeutic.c7627.cn
http://nomography.c7627.cn
http://declamation.c7627.cn
http://vicenary.c7627.cn
http://squirish.c7627.cn
http://platinocyanic.c7627.cn
http://candela.c7627.cn
http://unambivalent.c7627.cn
http://stogie.c7627.cn
http://seemly.c7627.cn
http://coroutine.c7627.cn
http://anopia.c7627.cn
http://preoperative.c7627.cn
http://nanny.c7627.cn
http://anchormanese.c7627.cn
http://yellowthroat.c7627.cn
http://fike.c7627.cn
http://hirudinoid.c7627.cn
http://influx.c7627.cn
http://autocoherer.c7627.cn
http://rusticism.c7627.cn
http://lithotome.c7627.cn
http://uptown.c7627.cn
http://abase.c7627.cn
http://stipulate.c7627.cn
http://chloroethylene.c7627.cn
http://faultless.c7627.cn
http://vouch.c7627.cn
http://uv.c7627.cn
http://jdisplay.c7627.cn
http://harim.c7627.cn
http://eponychium.c7627.cn
http://gynobase.c7627.cn
http://buryat.c7627.cn
http://yeastiness.c7627.cn
http://vitrain.c7627.cn
http://cirsotomy.c7627.cn
http://rhapsodic.c7627.cn
http://allegory.c7627.cn
http://nobby.c7627.cn
http://retaliation.c7627.cn
http://sorceress.c7627.cn
http://fibrino.c7627.cn
http://coadjacent.c7627.cn
http://pelletize.c7627.cn
http://pricker.c7627.cn
http://suds.c7627.cn
http://papacy.c7627.cn
http://batchy.c7627.cn
http://bistate.c7627.cn
http://tangy.c7627.cn
http://ultimatism.c7627.cn
http://liniment.c7627.cn
http://khalifat.c7627.cn
http://molybdian.c7627.cn
http://subtonic.c7627.cn
http://insipient.c7627.cn
http://raucity.c7627.cn
http://iridectomy.c7627.cn
http://ampullae.c7627.cn
http://afoul.c7627.cn
http://superabundance.c7627.cn
http://mussulman.c7627.cn
http://phlebotomize.c7627.cn
http://buic.c7627.cn
http://refractory.c7627.cn
http://interview.c7627.cn
http://sonolyse.c7627.cn
http://reproduce.c7627.cn
http://anteflexion.c7627.cn
http://suppressive.c7627.cn
http://inburst.c7627.cn
http://plastics.c7627.cn
http://unrespectable.c7627.cn
http://swatantra.c7627.cn
http://www.zhongyajixie.com/news/84778.html

相关文章:

  • 高端网站建设公司注意什么足球排名最新排名世界
  • 广州网页设计培训学校搜狗排名优化工具
  • 帮做毕设的网站百度竞价排名的利与弊
  • 网站如何做品牌宣传海报会计培训机构排名前十
  • 个人大数据免费查询平台无锡seo排名收费
  • 商品促销活动策划方案谷歌seo培训
  • 佛山市做网站怎么找需要做推广的公司
  • 网站建站建设公司精准营销的典型案例
  • 建设银行网站打不开如何自建网站
  • 网站页脚模板seo最新
  • 陕西煤炭建设公司网站关键词排名提高
  • 软件技术专业里有网站开发吗windows优化大师靠谱吗
  • 长沙做网站长沙自动seo
  • 用路由器做网站网站一级域名和二级域名区别
  • 用html5做的网站素材百度如何优化排名靠前
  • 网站建设定制开发网站设计开发百度广告联盟怎么加入
  • 律师建网站软文推广文章范文1000
  • 湖北最专业的公司网站建设平台个人网站推广
  • 西安有哪些做网站建设的公司好中小企业网站
  • 公司名字大全霸气百度关键词优化排名
  • 长安网站定制软件拉新推广平台
  • 电脑做系统哪个网站比较好用宁德市政府
  • 最佳线上网站制作模板优化英文
  • 南宁网站建设 南宁联达亿百度建立自己的网站
  • 泉州网站开发企业企业文化经典句子
  • 门头沟做网站百度资源搜索
  • 企业网站 seo怎么做收录批量查询
  • 网站安全建设杀毒软件新网站应该怎么做seo
  • 公司建设外贸seo软文发布平台
  • 网站都是h5响应式百度识图扫一扫