Commit 7e3a9251 authored by 武广's avatar 武广

fix: 修改文字问题

parent 48a2564f
......@@ -26,26 +26,9 @@ export const hideOptions = [
{ label: '隐藏商品图片', value: 'hideImage' },
];
// export const mealSections = [
// {
// label: '早餐',
// value: '1',
// key: 'time1',
// },
// {
// label: '中餐',
// value: '2',
// key: 'time2',
// },
// {
// label: '晚餐',
// value: '4',
// key: 'time4',
// },
// ];
export const mealSections = {
1: '早餐',
2: '',
2: '',
4: '晚餐',
};
......
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