|
@@ -30,7 +30,7 @@ export default defineComponent({
|
|
|
];
|
|
];
|
|
|
const input: InputList[] = [
|
|
const input: InputList[] = [
|
|
|
{ value: '', placeholder: '模糊搜索客户简称', key: 'nickname' },
|
|
{ value: '', placeholder: '模糊搜索客户简称', key: 'nickname' },
|
|
|
- { value: '', placeholder: '模糊搜索客户名称', key: 'name' },
|
|
|
|
|
|
|
+ { value: '', placeholder: '模糊搜索客户名称', key: 'customername' },
|
|
|
{ value: '', placeholder: '模糊搜索手机号码', key: 'mobile' },
|
|
{ value: '', placeholder: '模糊搜索手机号码', key: 'mobile' },
|
|
|
];
|
|
];
|
|
|
const { selectList, inputList, fixedBtnList } = handleFilter(select, input, context);
|
|
const { selectList, inputList, fixedBtnList } = handleFilter(select, input, context);
|