Prechádzať zdrojové kódy

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

liujintao 2 mesiacov pred
rodič
commit
85958751f8

+ 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: '运营',