yangwenhua 1 year ago
parent
commit
b606c85710
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      src/pages/card/reservation/index.jsx

+ 1
- 7
src/pages/card/reservation/index.jsx View File

@@ -34,12 +34,6 @@ 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
}
]

@@ -248,7 +242,7 @@ export default () => {
<div className={styles['tabs-title']}>
预定菜品统计
</div>
<Table
columns={ReservationGoodsColums}
dataSource={ReservationGoods}


Loading…
Cancel
Save