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

Merge pull request !263 from 德仔/develop
This commit is contained in:
德仔
2021-05-29 11:42:03 +08:00
committed by Gitee
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>