소스 검색

feat: 通讯录列表增加座机

outaozhen 4 년 전
부모
커밋
e0a0b209db
1개의 변경된 파일12개의 추가작업 그리고 6개의 파일을 삭제
  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,