fix:修改审核项目和课程的时间

This commit is contained in:
lixg
2022-12-07 08:55:24 +08:00
parent a8315cd85d
commit ef5aa57930
6 changed files with 301 additions and 201 deletions

View File

@@ -2,7 +2,7 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2022-11-16 20:59:33
* @LastEditors: lixg lixg@dongwu-inc.com
* @LastEditTime: 2022-11-29 22:30:01
* @LastEditTime: 2022-12-07 08:49:02
* @FilePath: /fe-manage/src/views/examine/CourseReviewedN.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -426,7 +426,7 @@ export default {
let array = [];
data.map((item, i) => {
let obj = {
number: i+1 + (state.currentPage-1) *10,
number: i + 1 + (state.currentPage - 1) * 10,
name: item.name,
type: item.type == 1 ? "线上" : "线下",
content: item.categoryId,
@@ -442,7 +442,7 @@ export default {
: "-",
change: "-",
creater: item.createName,
time: item.createTime,
time: item.processTime,
createrId: item.createId,
offId: item.offcourseId,
};