| 申请管理
{{ scope.row.role == '4' ? '个人' : scope.row.role == '5' ? '机构' : '专家' }}
{{ scope.row.status == '0' ? '待审核' : scope.row.status == '1' ? '通过' : '拒绝' }}
审核
返回
{{ scope.row.type == '0' ? '技术' : scope.row.type == '1' ? '产品' : '商务' }}
{{ scope.row.dockStatus == '0' ? '待审核' : scope.row.dockStatus == '1' ? '通过' : '拒绝' }}
审核
待审核
审核通过
审核拒绝
审核提交