{{ $t('common:button:search') }}
{{ $t('common:button:new') }}
{{ $fd('PublishStatus', scope.row.State) }}
{{
scope.row.PublishTime
? moment(scope.row.PublishTime).format('YYYY-MM-DD')
: ''
}}
{{ $fd('YesOrNo', scope.row.IsCurrentVersion) }}
{{ $t('common:button:edit') }}
{{ $t('common:button:delete') }}