wyh hace 1 año
padre
commit
8026bea240
Se han modificado 1 ficheros con 10 adiciones y 11 borrados
  1. 10 11
      itdmWeb/src/views/module-iTDM/weituo/ItdmWeituoInfoWanchengList.vue

+ 10 - 11
itdmWeb/src/views/module-iTDM/weituo/ItdmWeituoInfoWanchengList.vue

@@ -60,7 +60,6 @@
         :dataSource="dataSource"
         :pagination="ipagination"
         :loading="loading"
-        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
         class="j-table-force-nowrap"
         @change="handleTableChange">
 
@@ -127,16 +126,16 @@ export default {
       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",