From f93e2dccaeaecd9f7991261a35d308cb0c71ea65 Mon Sep 17 00:00:00 2001 From: zk Date: Wed, 27 Dec 2023 18:34:06 +0800 Subject: [PATCH] update --- .../secondaryScreen/screen-right/screenRightHooks.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: '其他', }, ]);