bding 5 months ago
parent
commit
a46d5d77f1
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/views/contract_manage/components/tableColums.js

+ 0 - 5
src/views/contract_manage/components/tableColums.js

@@ -129,11 +129,6 @@ export const tableColums = (type) => {
           label: "支付时间",
           label: "支付时间",
           key: "PayTime",
           key: "PayTime",
         },
         },
-        {
-          label: "推荐人",
-          key: "InviteName",
-          widthsty: 100,
-        },
       ]
       ]
     : [];
     : [];
 };
 };