@@ -20,7 +20,7 @@ export default defineComponent({
},
setup(props, context) {
const select: SelectList[] = [];
- const input: InputList[] = [{ value: '', placeholder: '模糊搜索现货品种', key: 'nickname' }];
+ const input: InputList[] = [{ value: '', placeholder: '模糊搜索账户', key: 'nickname' }];
return {
...handleFilter(select, input, context),
};