zhou zhou
10 小时以前 50e95b985a72fcec4a93a2470e9efdfb2620148a
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 = {}) {