赞
踩
<el-table
:data="InvestAdvisorList"
@row-click="handle"
ref="multipleTable"
:header-cell-style="{background:'#DAEDFF'}"
:row-class-name="tableRowClassName"
highlight-current-row
:cell-style="cellStyle"
>
cellStyle(data){
if(data.row.OPER_FLAG!=="A") {
return "pointer-events:none"
}
},
<el-table
:data="InvestAdvisorList"
@row-click="handle"
ref="multipleTable"
:header-cell-style="{background:'#DAEDFF'}"
:row-class-name="tableRowClassName"
highlight-current-row
:cell-style="cellStyle"
>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。