|
|
@@ -65,7 +65,7 @@ const setGateFood = (props) => { |
|
|
|
const sendCoupon = async (props) => { |
|
|
|
if (targetKeys == undefined || targetKeys.length <= 0) { |
|
|
|
//正定会员发卷 |
|
|
|
message.error('选择'); |
|
|
|
message.error('请选择菜品'); |
|
|
|
return; |
|
|
|
} |
|
|
|
message.loading('正在添加...', key); |
|
|
@@ -113,7 +113,7 @@ const setGateFood = (props) => { |
|
|
|
> |
|
|
|
<PageContainer |
|
|
|
header={{ |
|
|
|
title: '设置屏幕显示', |
|
|
|
title: '设置屏幕显示菜品', |
|
|
|
breadcrumb: {}, |
|
|
|
}} |
|
|
|
> |
|
|
|