Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
c622d02e
Commit
c622d02e
authored
May 07, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4a46c71d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
8 deletions
+30
-8
quasar.conf.js
quasar.conf.js
+1
-1
common.js
src/api/common/common.js
+2
-2
notify.vue
src/components/global/notify.vue
+1
-1
stufollowlistNew.vue
src/components/school/student/stufollowlistNew.vue
+17
-0
routes.js
src/router/routes.js
+5
-0
erpindex.js
src/utils/erpindex.js
+4
-4
No files found.
quasar.conf.js
View file @
c622d02e
...
...
@@ -50,7 +50,7 @@ module.exports = function(ctx) {
API
:
'http://localhost:5001/api'
,
// API: 'http://192.168.10.128:8300/api',
// API: 'https://eduapi.oytour.com/api',
API_ZC
:
'http://192.168.
10
.238:8087/api'
,
API_ZC
:
'http://192.168.
5
.238:8087/api'
,
API_SK
:
'ws://websocket.oytour.com/ws'
,
API_SIG
:
'http://localhost:5001/messagecenter'
}
:
{
...
...
src/api/common/common.js
View file @
c622d02e
...
...
@@ -25,8 +25,8 @@ export function getFontConfig() {
export
function
CommonConfig
()
{
return
{
FileConfig
:
{
FileUrl
:
'http://192.168.
10
.214:8130'
,
//本地服务器文件预览地址
UploadUrl
:
'http://192.168.
10
.214:8120'
FileUrl
:
'http://192.168.
5
.214:8130'
,
//本地服务器文件预览地址
UploadUrl
:
'http://192.168.
5
.214:8120'
}
}
...
...
src/components/global/notify.vue
View file @
c622d02e
...
...
@@ -255,7 +255,7 @@
Time
:
"1天前"
},
],
imgCov
:
'http://192.168.
10
.214:8130/Upload/studentIcon/20201201044129361.png'
,
imgCov
:
'http://192.168.
5
.214:8130/Upload/studentIcon/20201201044129361.png'
,
//通知请求参数
noticeMsg
:
{
pageIndex
:
1
,
...
...
src/components/school/student/stufollowlistNew.vue
View file @
c622d02e
...
...
@@ -79,6 +79,7 @@
<th
width=
"80"
>
续费级别
</th>
<th
width=
"80"
>
续费金额
</th>
<th
width=
"90"
>
负责人
</th>
<th
width=
"90"
>
操作
</th>
</tr>
<template
v-if=
'dataObj&&dataObj.RList && dataObj.RList.length>0'
>
<tr
v-for=
" ( item , index ) in dataObj.RList "
:key=
"index"
>
...
...
@@ -149,6 +150,12 @@
<td>
{{ item.CreateByName?item.CreateByName:'-' }}
</td>
<td>
<div
class=
"text-blue cursor-pointer"
@
click=
"getStudentStudy(item)"
>
学习情况
</div>
</td>
</tr>
</template>
</table>
...
...
@@ -308,6 +315,16 @@
}
this
.
isShowStuRight
=
true
;
},
getStudentStudy
(
obj
)
{
console
.
log
(
"obj"
,
obj
);
// var qObj = {
// HeadTeacherId: item.AccountId,
// StartTime: this.msg.YearStr + "-" + this.msg.MonthStr + "-01",
// EndTime: this.msg.YearStr + "-" + this.msg.MonthStr + "-" + lastDay,
// };
// this.OpenNewUrl('/teacher/studentStudy', obj)
},
//清除
clearMsg
()
{
this
.
customObj
.
Remark
=
""
;
...
...
src/router/routes.js
View file @
c622d02e
...
...
@@ -1697,6 +1697,11 @@ const routes = [{
component
:
()
=>
import
(
"pages/teacher/teacherTrack"
)
},
{
path
:
"/teacher/studentStudy"
,
//学员学习情况
component
:
()
=>
import
(
"pages/teacher/studentStudy"
)
},
{
path
:
"/exam/examPaper"
,
//试卷管理
component
:
()
=>
...
...
src/utils/erpindex.js
View file @
c622d02e
...
...
@@ -82,12 +82,12 @@ export default {
Vue
.
prototype
.
domainManager
=
function
()
{
//let domainUrl = 'http://192.168.10.214';
let
domainUrl
=
'http://192.168.
10.226
'
;
let
viewFileUrl
=
'http://192.168.
10
.214:8120'
;
let
mallUrl
=
"http://192.168.
10
.2:8088"
;
let
domainUrl
=
'http://192.168.
5.34
'
;
let
viewFileUrl
=
'http://192.168.
5
.214:8120'
;
let
mallUrl
=
"http://192.168.
5
.2:8088"
;
let
vtUploadUrl
=
"http://upload.oytour.com"
;
let
vtViewUrl
=
"http://192.168.
10
.214:8130"
;
let
vtViewUrl
=
"http://192.168.
5
.214:8130"
;
let
locationName
=
window
.
location
.
hostname
;
if
(
locationName
.
indexOf
(
'testerp.oytour'
)
!==
-
1
)
{
domainUrl
=
"http://testapi.oytour.com"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment