소스 검색

数据展示和下载添加部门列

liujintao 2 달 전
부모
커밋
85958751f8
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      src/views/reportManage/dataCenter/utils/columns.ts

+ 7 - 0
src/views/reportManage/dataCenter/utils/columns.ts

@@ -254,6 +254,13 @@ export const universal = [
     align: 'center',
     titlePrefix: { icon: 'vxe-icon-goods-fill' },
   },
+  {
+    field: 'department',
+    title: '部门',
+    fixed: 'left',
+    minWidth: 75,
+    align: 'center',
+  },
   {
     field: 'operater',
     title: '运营',