{{ item.introduction }}
{{ item.introduction }}
{{ $t('button.reset') }}
{{ $t('button.search') }}
{{ index + 1 }}
{{ record.areaLabels?.join('/') || '-' }}
{{ record.status === '1' ? '启用' : '停用' }}
{{ getLevelText(record.orgLv) }}
{{
record.winOrg
? (dicsStore.dictOptions.WinTheBidding.find(item => item.dval === record.winOrg)?.introduction ||
record.winOrg)
: '-'
}}
{{ formatUtcDateTime(record.created_at) }}
编辑
详情
{{ record.status === 'enabled' ? '停用' : '启用' }}
{{ record[column.dataIndex] || '-' }}