diff --git a/src/assets/images/homeImg.png b/src/assets/images/homeImg.png new file mode 100644 index 0000000..877163d Binary files /dev/null and b/src/assets/images/homeImg.png differ diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 500eae7..e612262 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -35,7 +35,7 @@ export default { }, data() { return { - title: '车联通后台管理系统', + title: '车联通管理系统', logo: undefined, } } diff --git a/src/views/drivingSchool/DriveSchoolPay/api/index.js b/src/views/drivingSchool/DriveSchoolPay/api/index.js index 9bb562b..6aeed50 100644 --- a/src/views/drivingSchool/DriveSchoolPay/api/index.js +++ b/src/views/drivingSchool/DriveSchoolPay/api/index.js @@ -82,3 +82,12 @@ export function getStudentDetail(userId) { method: 'get' }) } + +export function getSourceUserById(userId) { + return request({ + url: '/base/dl-drive-school-coach/getCoachByUserId?userId=' + userId, + method: 'get' + }) +} + + diff --git a/src/views/drivingSchool/DriveSchoolPay/index.vue b/src/views/drivingSchool/DriveSchoolPay/index.vue index 09c362e..3bfcaac 100644 --- a/src/views/drivingSchool/DriveSchoolPay/index.vue +++ b/src/views/drivingSchool/DriveSchoolPay/index.vue @@ -70,6 +70,8 @@ + +