浏览代码

🐞 fix(报表): 报表

报表
dev
txb 1年前
父节点
当前提交
0722c4851f
共有 2 个文件被更改,包括 19 次插入0 次删除
  1. +1
    -0
      src/app.jsx
  2. +18
    -0
      src/pages/card/reservation/index.jsx

+ 1
- 0
src/app.jsx 查看文件

@@ -983,6 +983,7 @@ export const layout = ({ initialState }) => {
// children.pathname = history.location.pathname;
console.log("11111",children);
return (

<TagView children={children} home="/quickStart" current={history.location.pathname}>
{/* <PageContainer>{children}</PageContainer> */}
</TagView>


+ 18
- 0
src/pages/card/reservation/index.jsx 查看文件

@@ -34,6 +34,12 @@ const ReservationGoodsColums = [
dataIndex: 'qty',
sortDirections: ['ascend', 'descend'],
sorter: (a, b) => a.value - b.value
},
{
title: '预定部门',
dataIndex: 'qty',
sortDirections: ['ascend', 'descend'],
sorter: (a, b) => a.value - b.value
}
]

@@ -41,6 +47,18 @@ const ReservationUserColums = [
{
title: '预定商品人员名称',
dataIndex: 'name',
},
{
title: '预定部门',
dataIndex: 'qty',
sortDirections: ['ascend', 'descend'],
sorter: (a, b) => a.value - b.value
},
{
title: '操作',
dataIndex: 'qty',
sortDirections: ['ascend', 'descend'],
sorter: (a, b) => a.value - b.value
}
]



正在加载...
取消
保存