体验单也需要生成食谱计划

This commit is contained in:
huangdeliang
2021-05-29 11:38:59 +08:00
parent 8d7417f77e
commit 455cc51f17
2 changed files with 3 additions and 2 deletions

View File

@ -70,7 +70,7 @@
{{ `${scope.row.startNumDay}${scope.row.endNumDay}` }}
</template>
</el-table-column>
<el-table-column label="日期" align="center">
<el-table-column label="日期" align="center" width="200">
<template slot-scope="scope">
{{ `${scope.row.startDate}${scope.row.endDate}` }}
</template>