效果:
代码:
<template>
<div>
<el-table :data="tableData" border style="width: 100%">
<el-table-column :resizable="false" class-name="elChgTbeClmn" prop="date" width="120">
<template slot="header" slot-scope="scope">
<div class="elHeadCon">
<div class="headerCon1">区域</div>
<div class="headerCon2">类型</div>
<div class="headerLine"></div>
</div>
</template>
</el-table-column>
&l