rsf-design/src/views/manager/wave-rule/waveRulePage.helpers.js
@@ -1,3 +1,5 @@ import { $t } from '@/locales' const WAVE_RULE_DICT_TYPE_CODE = 'sys_wave_rule_code' export function getWaveRuleDictTypeCode() { @@ -34,8 +36,8 @@ export function getWaveRuleStatusMeta(status) { return Number(status) === 1 ? { text: '正常', type: 'success', bool: true } : { text: '冻结', type: 'danger', bool: false } ? { text: $t('common.status.enabled'), type: 'success', bool: true } : { text: $t('common.status.disabled'), type: 'danger', bool: false } } export function buildWaveRuleSearchParams(params = {}) {