跟换菜品控件

This commit is contained in:
huangdeliang
2021-03-19 17:08:21 +08:00
parent 5f7e4c45db
commit 144e3550aa
4 changed files with 668 additions and 561 deletions

View File

@ -146,6 +146,16 @@
</el-tag>
</template>
</el-table-column>
<el-table-column label="图片" align="center" width="100">
<template slot-scope="scope">
<img
width="100"
height="auto"
:src="scope.row.imgList[0] ? scope.row.imgList[0].previewUrl : ''"
:alt="scope.row.imgList[0] ? scope.row.imgList[0].name : ''"
/>
</template>
</el-table-column>
<el-table-column
label="食材名称"
align="center"