This commit is contained in:
huangdeliang
2021-03-17 17:24:49 +08:00
parent b36cef2948
commit 9d9701f235
3 changed files with 4 additions and 182 deletions

View File

@ -49,14 +49,7 @@
</el-table-column>
<el-table-column label="菜品" prop="name" align="center">
<template slot="header">
<el-tooltip
class="item"
effect="dark"
content="点击添加菜品"
placement="top"
>
<div class="pointer_style" @click="handleOnAdd">菜品</div>
</el-tooltip>
<div class="pointer_style" @click="handleOnAdd">菜品</div>
</template>
<template slot-scope="scope">
<el-popover placement="right" trigger="hover" :title="scope.row.name">