yangwenhua 1 年之前
父節點
當前提交
b606c85710
共有 1 個檔案被更改,包括 1 行新增7 行删除
  1. +1
    -7
      src/pages/card/reservation/index.jsx

+ 1
- 7
src/pages/card/reservation/index.jsx 查看文件

@@ -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…
取消
儲存