LiFei пре 6 година
родитељ
комит
3c69d543c7
2 измењених фајлова са 20 додато и 20 уклоњено
  1. 10 10
      src/views/company/CompanyAuthenticationList.vue
  2. 10 10
      src/views/position/PositionList.vue

+ 10 - 10
src/views/company/CompanyAuthenticationList.vue

@@ -106,16 +106,16 @@
         description: '企业审核管理页面',
         // 表头
         columns: [
-          {
-            title: '#',
-            dataIndex: '',
-            key:'rowIndex',
-            width:60,
-            align:"center",
-            customRender:function (t,r,index) {
-              return parseInt(index)+1;
-            }
-           },
+          // {
+          //   title: '#',
+          //   dataIndex: '',
+          //   key:'rowIndex',
+          //   width:60,
+          //   align:"center",
+          //   customRender:function (t,r,index) {
+          //     return parseInt(index)+1;
+          //   }
+          //  },
           {
             title: '企业全称',
             align:"center",

+ 10 - 10
src/views/position/PositionList.vue

@@ -133,16 +133,16 @@
         description: '职位审核管理页面',
         // 表头
         columns: [
-          {
-            title: '#',
-            dataIndex: '',
-            key:'rowIndex',
-            width:60,
-            align:"center",
-            customRender:function (t,r,index) {
-              return parseInt(index)+1;
-            }
-           },
+          // {
+          //   title: '#',
+          //   dataIndex: '',
+          //   key:'rowIndex',
+          //   width:60,
+          //   align:"center",
+          //   customRender:function (t,r,index) {
+          //     return parseInt(index)+1;
+          //   }
+          //  },
           {
             title: '公司名称',
             align:"center",