Merge branch 'dev' into test
This commit is contained in:
@@ -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: '其他',
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user