element show-overflow-tooltip 无效
解决方案:
<el-table-column show-overflow-tooltip prop="policeTypeName" label="警员类型" align="center"><template slot-scope="{row}"><span>{{row.policeTypeName}}</span></template></el-table-column>
并设置
>>>.celldisplay inline-block
