菜谱接口
This commit is contained in:
parent
2fe410f818
commit
cb27e520a2
|
|
@ -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 |
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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; /* 居中显示背景图 */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue