菜谱管理列表问题修改
This commit is contained in:
parent
f14407686e
commit
afb9a203f3
|
|
@ -134,7 +134,7 @@
|
|||
</el-tooltip>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="菜谱更新时间" align="center" prop="uptime" width="150" v-if="activeName=='currentRecipe'"/>
|
||||
<el-table-column label="菜谱更新时间" align="center" prop="updateTime" width="150" v-if="activeName=='currentRecipe'"/>
|
||||
|
||||
<el-table-column label="菜谱类型" align="center" prop="recipeType" v-if="activeName=='pageRecipe'">
|
||||
<template slot-scope="scope">
|
||||
|
|
@ -145,7 +145,7 @@
|
|||
</el-table-column>
|
||||
<el-table-column label="菜品数量" align="center" prop="dishesCount" v-if="activeName=='pageRecipe'"/>
|
||||
<el-table-column label="菜谱生效日期" align="center" prop="applyDateStringList" v-if="activeName=='pageRecipe'">
|
||||
<template slot-scope="scope">
|
||||
<template slot-scope="scope" v-if="activeName=='pageRecipe'">
|
||||
<el-popover placement="top" width="400">
|
||||
<div style="width: 100%;padding: 10px;border-bottom: 1px solid #ccc;margin-bottom: 10px;">
|
||||
{{currentMonth}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue