This commit is contained in:
zk
2023-12-27 18:34:06 +08:00
parent 36f484d028
commit f93e2dccae
@@ -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: '其他',
},
]);