diff --git a/src/components/secondaryScreen/screen-right/screenRightHooks.ts b/src/components/secondaryScreen/screen-right/screenRightHooks.ts index 0b356b9..36db22b 100644 --- a/src/components/secondaryScreen/screen-right/screenRightHooks.ts +++ b/src/components/secondaryScreen/screen-right/screenRightHooks.ts @@ -146,19 +146,19 @@ export function useStep() { { name: '1~1.5w', value: '0', - type: 'TenThousandToFifteenThousand', + type: 'tenThousandToFifteenThousand', type_dictText: '其他', }, { name: '1.5w~2w', value: '0', - type: 'FifteenToTwentyThousand', + type: 'fifteenToTwentyThousand', type_dictText: '其他', }, { - name: '2以上', + name: '2w以上', value: '0', - type: 'TwentyThousandOrMore', + type: 'twentyThousandOrMore', type_dictText: '其他', }, ]);