Commit 84cc5fb0 authored by 武广's avatar 武广

Merge branch 'feature/goods-list' of git.quantgroup.cn:ui/merchant-manage-ui...

Merge branch 'feature/goods-list' of git.quantgroup.cn:ui/merchant-manage-ui into feature/20230327_public_takeaway
parents da0bdbcd d5700d8e
......@@ -302,25 +302,25 @@ export function takeawayColumn(actions) {
{
title: '售卖价格(元)',
dataIndex: 'salePrice',
width: 150,
width: 120,
align: 'center',
},
{
title: '库存',
width: 120,
width: 100,
dataIndex: 'stock',
align: 'center',
},
{
title: '上下架状态',
dataIndex: 'stateDesc', // 5:未上架 ,6 :上架,7:下架
width: 200,
width: 110,
align: 'center',
},
{
title: '操作',
dataIndex: 'action',
width: 400,
width: 390,
align: 'center',
render: (_, row, index) => (
<div className={styles.actionBtn}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment