给第一列的<el-table-column>加上type属性,type可以不用赋值,也可以给selection、index、expand以外的任意值(包括空字符串"") 正确代码 <el-table:data="responseTableData"style="width: 100%; margin-bottom: 20px;"row-key="id":border="true"default-expand-all:tree-props="{children: 'children'}":...