<el-table class='main-table' :data="lists" highlight-current-row v-loading="listLoading" @selection-change="selsChange" @sort-change="SortChange" border v-if='type=="all"'>
<el-table-column prop="arrLable" label="标签" width="120" sortable>
<template scope="scope">
<div v-for='v in scope.row.arrLable'>{{v.fdcName}}</div>
</template>
</el-table-column>
</el-table>