排班优化加上一键复制功能,营养知识列表、视频列表加上创建时间

This commit is contained in:
xiezhijun
2021-05-14 18:38:25 +08:00
parent 8c2ab96881
commit 85f362e775
13 changed files with 242 additions and 14 deletions

View File

@@ -112,7 +112,11 @@
</el-switch>
</template>
</el-table-column>
<el-table-column label="创建时间" align="center" prop="createTime" >
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") }}</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">