Quellcode durchsuchen

🎨 feat<销售统计>:删除部分列

xinyan vor 6 Monaten
Ursprung
Commit
f50864a0f2
1 geänderte Dateien mit 58 neuen und 58 gelöschten Zeilen
  1. 58 58
      src/views/reportManage/TaskManage/utils/columns.ts

+ 58 - 58
src/views/reportManage/TaskManage/utils/columns.ts

@@ -65,14 +65,14 @@ export const taskColumns = ref([
     editRender: {},
     slots: { edit: 'currency_edit' },
     align: 'center',
-    minWidth: 76
+    minWidth: 74
   },
   {
     field: 'currencyCodePlatform',
     title: '回款/余额币种',
     editRender: {},
     slots: { edit: 'currencyCodePlatform_edit' },
-    minWidth: 110,
+    minWidth: 100,
     align: 'center'
   },
   {
@@ -101,14 +101,14 @@ export const taskColumns = ref([
     align: 'center',
     minWidth: 126
   },
-  {
-    field: 'address',
-    title: '公司地址',
-    editRender: {},
-    slots: { edit: 'address_edit' },
-    align: 'center',
-    minWidth: 262
-  },
+  // {
+  //   field: 'address',
+  //   title: '公司地址',
+  //   editRender: {},
+  //   slots: { edit: 'address_edit' },
+  //   align: 'center',
+  //   minWidth: 262
+  // },
   {
     field: 'juridicalPerson',
     title: '公司法人',
@@ -117,54 +117,54 @@ export const taskColumns = ref([
     align: 'center',
     minWidth: 95
   },
-  {
-    field: 'juridicalPersonCreditCard',
-    title: '法人信用卡',
-    editRender: {},
-    slots: { edit: 'juridicalPersonCreditCard_edit' },
-    align: 'center',
-    minWidth: 105
-  },
-  {
-    field: 'juridicalPersonCreditCardAddress',
-    title: '信用卡地址',
-    editRender: {},
-    slots: { edit: 'juridicalPersonCreditCardAddress_edit' },
-    align: 'center',
-    minWidth: 262
-  },
-  {
-    field: 'receivablesAccount',
-    title: '收款账号',
-    editRender: {},
-    slots: { edit: 'receivablesAccount_edit' },
-    align: 'center',
-    minWidth: 156
-  },
-  {
-    field: 'receivablesAccountCompany',
-    title: '收款账号公司',
-    editRender: {},
-    slots: { edit: 'receivablesAccountCompany_edit' },
-    align: 'center',
-    minWidth: 115
-  },
-  {
-    field: 'vatNumber',
-    title: 'VAT税号',
-    editRender: {},
-    slots: { edit: 'vatNumber_edit' },
-    align: 'center',
-    minWidth: 245
-  },
-  {
-    field: 'vatCompany',
-    title: 'VAT税号公司名称',
-    editRender: {},
-    slots: { edit: 'vatCompany_edit' },
-    align: 'center',
-    minWidth: 135
-  },
+  // {
+  //   field: 'juridicalPersonCreditCard',
+  //   title: '法人信用卡',
+  //   editRender: {},
+  //   slots: { edit: 'juridicalPersonCreditCard_edit' },
+  //   align: 'center',
+  //   minWidth: 105
+  // },
+  // {
+  //   field: 'juridicalPersonCreditCardAddress',
+  //   title: '信用卡地址',
+  //   editRender: {},
+  //   slots: { edit: 'juridicalPersonCreditCardAddress_edit' },
+  //   align: 'center',
+  //   minWidth: 262
+  // },
+  // {
+  //   field: 'receivablesAccount',
+  //   title: '收款账号',
+  //   editRender: {},
+  //   slots: { edit: 'receivablesAccount_edit' },
+  //   align: 'center',
+  //   minWidth: 156
+  // },
+  // {
+  //   field: 'receivablesAccountCompany',
+  //   title: '收款账号公司',
+  //   editRender: {},
+  //   slots: { edit: 'receivablesAccountCompany_edit' },
+  //   align: 'center',
+  //   minWidth: 115
+  // },
+  // {
+  //   field: 'vatNumber',
+  //   title: 'VAT税号',
+  //   editRender: {},
+  //   slots: { edit: 'vatNumber_edit' },
+  //   align: 'center',
+  //   minWidth: 245
+  // },
+  // {
+  //   field: 'vatCompany',
+  //   title: 'VAT税号公司名称',
+  //   editRender: {},
+  //   slots: { edit: 'vatCompany_edit' },
+  //   align: 'center',
+  //   minWidth: 135
+  // },
 
   { field: 'status', title: '状态', slots: { default: 'status_default' }, align: 'center', minWidth: 89 },
   { title: '操作', minWidth: 108, slots: { default: 'operate' }, fixed: 'right' },