{{ $t('page.form.configLabelName') }}:
{{ currentLotteryConfig.name ?? '-' }}
{{ $t('page.form.configLabelType') }}:
{{ lotteryConfigTypeText(currentLotteryConfig.name) }}
{{ $t('page.form.configLabelWeights') }}:
{{ currentLotteryConfigWeightsText }}
{{ $t('page.form.configLabelRemark') }}:
{{ currentLotteryConfig.remark }}