Explorar o código

Merge branch 'master' of http://192.168.1.41:3000/outaozhen/cldV2react

outaozhen %!s(int64=5) %!d(string=hai) anos
pai
achega
ed72d1b4a4
Modificáronse 1 ficheiros con 10 adicións e 5 borrados
  1. 10 5
      src/pages/Customer/Business/index.jsx

+ 10 - 5
src/pages/Customer/Business/index.jsx

@@ -76,6 +76,7 @@ const Business = ({ dispatch, groupList, shouldUpdate, permData, loading }) => {
     {
       dataIndex: 'customerName',
       title: '客户名称',
+      width: '20%',
       render: (text, record) => {
         return record.customerId !== consts.ENCRYPTION_ZERO ? (
           <span
@@ -91,28 +92,32 @@ const Business = ({ dispatch, groupList, shouldUpdate, permData, loading }) => {
     {
       dataIndex: 'businessStatusName',
       title: '商机状态',
-      width: '20%'
+      width: '10%'
     },
     {
       dataIndex: 'responsible',
+      width: '10%',
       title: '负责人'
     },
     {
       dataIndex: 'remark',
       title: '备注',
-      width: '5%'
+      width: '10%'
     },
     {
       dataIndex: 'updateTime',
-      title: '最后跟进时间'
+      title: '最后跟进时间',
+      ellipsis: true
     },
     {
       dataIndex: 'createTime',
-      title: '创建时间'
+      title: '创建时间',
+      ellipsis: true
     },
     {
       dataIndex: 'staffName',
-      title: '创建人'
+      title: '创建人',
+      width: '10%'
     }
   ]
   const conifg = {