mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
考试、案例、专业力排序bug修复
This commit is contained in:
@@ -748,7 +748,7 @@ export default {
|
||||
page: state.pageNo,
|
||||
size: state.pageSize,
|
||||
orgPath: state.orgPath,
|
||||
tableSorts: state.tableSorts
|
||||
tableSorted: state.tableSorts
|
||||
});
|
||||
} else if (state.currentTab === 6) {
|
||||
//专业力
|
||||
@@ -784,8 +784,8 @@ export default {
|
||||
teacher: state.teacherName,
|
||||
orgId: state.orgId ? state.orgId[state.orgId.length - 1] : null,
|
||||
createName: state.creator,
|
||||
startTime: state.publishTime && state.publishTime[0] ? state.publishTime[0] + " 00:00:00" : null,
|
||||
endTime: state.publishTime && state.publishTime[1] ? state.publishTime[1] + " 23:59:59" : null,
|
||||
startCreateTime: state.publishTime && state.publishTime[0] ? state.publishTime[0] + " 00:00:00" : null,
|
||||
endCreateTime: state.publishTime && state.publishTime[1] ? state.publishTime[1] + " 23:59:59" : null,
|
||||
orgPath: state.orgPath,
|
||||
tableSorts: state.tableSorts
|
||||
});
|
||||
@@ -1146,6 +1146,7 @@ export default {
|
||||
ellipsis: true,
|
||||
width: 120,
|
||||
align: "center",
|
||||
sorter: true,
|
||||
customRender: (text) => {
|
||||
return text.value && text.value == 1?'已发布':"未发布";;
|
||||
},
|
||||
@@ -1384,6 +1385,7 @@ export default {
|
||||
ellipsis: true,
|
||||
align: "center",
|
||||
width: 120,
|
||||
sorter: true,
|
||||
colSortNo: 5,
|
||||
visible: true,
|
||||
customRender: (text) => {return formatValNull(text.value);},
|
||||
|
||||
Reference in New Issue
Block a user