首页 / 公司管理
查找
重置
{{ row.orgType === 'sponsor' ? '支持方' : '执行方' }}
{{ row.status === '1' ? '禁用' : '正常' }}
{{ row.createTime ? String(row.createTime).slice(0,10) : '' }}
查看
{{ currentRow.orgType === 'sponsor' ? '支持方' : '执行方' }}
{{ currentRow.orgName }}
{{ currentRow.address }}
{{ currentRow.taxNo }}
{{ currentRow.status === '1' ? '禁用' : '正常' }}
{{ currentRow.createTime ? String(currentRow.createTime).slice(0,10) : '' }}
{{ currentRow.contactName || '-' }}
{{ currentRow.contactPhone || '-' }}
关闭