@@ -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,