查询
重置
{{ $index + 1 + ((state.pagination?.current || 1) - 1) * (state.pagination?.size || 10) }}
{{ col.label }}
{{ formatTurnoverType(scope.row.turnoverType) }}
{{ scope.row.isActive === '1' ? '启用' : '禁用' }}
{{ scope.row.minIntervalDays ?? '-' }} 天
{{ scope.row.maxDurationDays ?? '-' }} 天
{{ scope.row.remindDays ?? '-' }} 天
操作
编辑
删除