mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
fix:修改审核项目和课程的时间
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user