Sfoglia il codice sorgente

fix: 商机列表文案更新

lanjianrong 5 anni fa
parent
commit
9c97f26e75
1 ha cambiato i file con 2 aggiunte e 6 eliminazioni
  1. 2 6
      src/pages/Customer/Business/index.jsx

+ 2 - 6
src/pages/Customer/Business/index.jsx

@@ -89,15 +89,11 @@ const Business = ({ dispatch, groupList, shouldUpdate, permData, loading }) => {
       }
     },
     {
-      dataIndex: 'businessGroupName',
-      title: '商机状态',
+      dataIndex: 'businessStatusName',
+      title: '商机状态',
       width: '20%'
     },
     {
-      dataIndex: 'name',
-      title: '商机阶段'
-    },
-    {
       dataIndex: 'responsible',
       title: '负责人'
     },