菜谱接口

This commit is contained in:
zzyuan 2025-05-29 16:46:05 +08:00
parent 2fe410f818
commit cb27e520a2
4 changed files with 4 additions and 5 deletions

View File

@ -133,7 +133,7 @@ export function getMenuRecipeDetailApi(data) {
// 每日循环(每周循环)-获取菜谱详情
export function getMenuRecipeTemplateDetailApi(data) {
return request({
url: '/smart-canteen/cook_recipe/getRecipeDetail',
url: '/smart-canteen/cook_recipe/template/detail',
method: 'post',
headers: {
"merchant-id":"378915229716713472",

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

View File

@ -172,8 +172,7 @@
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="180" class-name="small-padding fixed-width" fixed="right" v-if="activeName=='pageRecipe'">
<template slot-scope="scope">
<template slot-scope="scope">
<el-button
size="mini"
type="text"

View File

@ -401,9 +401,9 @@ export default {
align-items: center;
height: 100%;
width: 100%;
background-image: url("../assets/images/bg2.png");
background-image: url("../assets/images/login-bg.png");
background-repeat: no-repeat;
background-size: cover; /* 确保背景图覆盖整个容器 */
background-size: 100% 100%; /* 确保背景图覆盖整个容器 */
background-position: center center; /* 居中显示背景图 */
}