mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
细节
This commit is contained in:
@@ -533,7 +533,7 @@ const SearchTeachers =async()=>{
|
||||
pageNo: 1,
|
||||
pageSize: 15,
|
||||
examineId: route.query.id,
|
||||
second: value2.value==null?'0':value2.value,
|
||||
second: value2.value,
|
||||
secondResult:'1',
|
||||
reviewResult:value.value,
|
||||
keyWord:value3.value
|
||||
@@ -641,6 +641,7 @@ const columns = [
|
||||
title: '课程名称',
|
||||
dataIndex: 'courseName',
|
||||
key: 'courseName',
|
||||
align: 'left'
|
||||
},
|
||||
{
|
||||
title: '初稿状态',
|
||||
|
||||
Reference in New Issue
Block a user