|
|
@@ -1,3 +1,4 @@
|
|
|
+/* eslint-disable no-dupe-keys */
|
|
|
import ContactDetail from '@/pages/Customer/Client/components/ClientDetail'
|
|
|
import LocksDetail from '@/pages/Product/Lock/LockStore/components/LocksDetail'
|
|
|
import React, { useRef, useState } from 'react'
|
|
|
@@ -155,7 +156,8 @@ const CompanyTabList = ({
|
|
|
text: item,
|
|
|
value: item
|
|
|
}))
|
|
|
- )
|
|
|
+ ),
|
|
|
+ onFilter: (value, item) => item.department > value
|
|
|
},
|
|
|
{
|
|
|
title: '姓名',
|