Explorar el Código

feat: 通讯录列表增加座机

outaozhen hace 4 años
padre
commit
e0a0b209db
Se han modificado 1 ficheros con 12 adiciones y 6 borrados
  1. 12 6
      src/pages/Hr/Contacts/index.tsx

+ 12 - 6
src/pages/Hr/Contacts/index.tsx

@@ -87,12 +87,12 @@ const Contacts: React.FC<ContactsProps> = () => {
   }
 
   const columns: ColumnsType<API.ContractItem> = [
-    {
-      title: '字母',
-      dataIndex: 'zimu',
-      search: false,
-      width: 50
-    },
+    // {
+    //   title: '字母',
+    //   dataIndex: 'zimu',
+    //   search: false,
+    //   width: 50
+    // },
     {
       title: '工号',
       dataIndex: 'jobNumber',
@@ -124,6 +124,12 @@ const Contacts: React.FC<ContactsProps> = () => {
       width: 70
     },
     {
+      title: '座机',
+      dataIndex: 'phone',
+      search: false,
+      width: 120
+    },
+    {
       title: '岗位',
       dataIndex: 'position',
       search: false,