|  |  | 
 |  |  |             > | 
 |  |  |                 <el-table-column type="selection" width="55"></el-table-column> | 
 |  |  |                 <el-table-column prop="name" label="组织名称" min-width="100px"></el-table-column> | 
 |  |  |                 <el-table-column prop="name" label="组织类型" min-width="100px"> | 
 |  |  |                 <el-table-column prop="name" label="组织类型" min-width="80px"> | 
 |  |  |                   <template scope="{row}"> | 
 |  |  |                       <span v-if="row.type == 0">相关方组织</span> | 
 |  |  |                       <span v-if="row.type == 1">内部组织</span> | 
 |  |  | 
 |  |  |                     fixed="right" | 
 |  |  |                 > | 
 |  |  |                     <template slot-scope="{row}"> | 
 |  |  |                         <el-button type="text" @click="$refs.OperaInternalCompanyWindow.open('编辑企业信息',{  id: row.parentId,name:row.parentName,companyPath:row.parentCompanyPath}, row)" icon="el-icon-edit" v-permissions="['business:company:update']">编辑</el-button> | 
 |  |  |                         <el-button type="text" @click="$refs.OperaInternalCompanyWindow.open('编辑企业信息',{  id: row.parentId,name:row.parentName,type:row.parentType, companyPath:row.parentCompanyPath}, row)" icon="el-icon-edit" v-permissions="['business:company:update']">编辑</el-button> | 
 |  |  |                         <el-button type="text" @click="$refs.OperaInternalCompanyWindow.open('新建子级',  row,null)" icon="el-icon-plus">新建子级</el-button> | 
 |  |  |                         <el-button type="text" @click="deleteById(row)" icon="el-icon-delete" v-permissions="['business:company:delete']">删除</el-button> | 
 |  |  |                         <el-button type="text" @click="deleteById(row)" style="color: red" icon="el-icon-delete" v-permissions="['business:company:delete']">删除</el-button> | 
 |  |  |                     </template> | 
 |  |  |                 </el-table-column> | 
 |  |  |             </el-table> | 
 |  |  | 
 |  |  |         } | 
 |  |  |       } | 
 |  |  |       return null | 
 |  |  |     }, | 
 |  |  |     } | 
 |  |  |   } | 
 |  |  | } | 
 |  |  | </script> |