This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
选课列表教室名称显示错误修复
娄底高职分支
dao
3 months ago
parent
a731624c4d
commit
0cdb6013f6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list.vue
+1
-1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/OpenLessonPlanOfElectiveStudent/list.vue
+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list.vue
View File
@@ -37,7 +37,7 @@
</view>
<view class="">
<text>教室名称:</text>
{{ item.ClassRoomN
o
}}
{{ item.ClassRoomN
ame
}}
</view>
<view class="">
<text>人数上限:</text>
+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/OpenLessonPlanOfElectiveStudent/list.vue
View File
@@ -37,7 +37,7 @@
</view>
<view class="">
<text>教室名称:</text>
{{ item.ClassRoomN
o
}}
{{ item.ClassRoomN
ame
}}
</view>
<view class="">
<text>人数上限:</text>
Write
Preview
Loading…
Cancel
Save