Browse Source

去掉开票页面序号列

LiFei 5 năm trước cách đây
mục cha
commit
b16dbbeb5c
1 tập tin đã thay đổi với 0 bổ sung10 xóa
  1. 0 10
      src/views/hlwinvoice/HlwInvoiceList.vue

+ 0 - 10
src/views/hlwinvoice/HlwInvoiceList.vue

@@ -102,16 +102,6 @@
         // 表头
         columns: [
           {
-            title: '#',
-            dataIndex: '',
-            key:'rowIndex',
-            width:60,
-            align:"center",
-            customRender:function (t,r,index) {
-              return parseInt(index)+1;
-            }
-          },
-          {
             title:'付款平台',
             align:"center",
             dataIndex: 'applicationName'