mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
Merge branch 'zcwy_0822_case' into dev0515
# Conflicts: # src/views/lecturer/TwoCoaching.vue
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 362 KiB After Width: | Height: | Size: 69 KiB |
@@ -118,7 +118,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '认证讲师库(2023)';
|
content: '认证讲师库';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
left: 180px;
|
left: 180px;
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
getTeacherList() {
|
getTeacherList() {
|
||||||
addTeacher({pageNo:1,pageSize:100,keyword:''}).then(res=>{
|
addTeacher({pageNo:1,pageSize:20,keyword:''}).then(res=>{
|
||||||
this.options = res.data.map(item => {
|
this.options = res.data.map(item => {
|
||||||
return { value: item.realName, label: item.realName };
|
return { value: item.realName, label: item.realName };
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
getTeacherList() {
|
getTeacherList() {
|
||||||
addTeacher({pageNo:1,pageSize:100,userNo:''}).then(res=>{
|
addTeacher({pageNo:1,pageSize:20,keyword:''}).then(res=>{
|
||||||
this.options = res.data.map(item => {
|
this.options = res.data.map(item => {
|
||||||
return { value: item.realName, label: item.realName };
|
return { value: item.realName, label: item.realName };
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user