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
edad6d1b
Commit
edad6d1b
authored
Sep 29, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
6b19bab5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
15 deletions
+13
-15
classinfo-form.vue
src/components/course/classinfo-form.vue
+7
-9
visitorRecord.vue
src/pages/stuMan/visitorRecord.vue
+6
-6
No files found.
src/components/course/classinfo-form.vue
View file @
edad6d1b
...
@@ -77,9 +77,7 @@
...
@@ -77,9 +77,7 @@
<div
class=
"row wrap"
style=
"margin-top:20px;"
>
<div
class=
"row wrap"
style=
"margin-top:20px;"
>
<div
class=
"col-6"
style=
"display:flex;align-items:center;"
>
<div
class=
"col-6"
style=
"display:flex;align-items:center;"
>
<span
class=
"normalName"
>
课程进度:
</span>
<span
class=
"normalName"
>
课程进度:
</span>
<q-linear-progress
rounded
size=
"20px"
:value=
"getProgress(classObj.CompleteProgress,100)"
<span
style=
"color:blue;"
>
{{classObj.UsePlanNum}}/{{classObj.TotalPlanNum}}
</span>
style=
"background-color:#EEEEEF;color:#3FC4FF;display:inline-block;width:30%;margin-right:10px;"
/>
{{classObj.CompleteProgress}}%
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -123,7 +121,7 @@
...
@@ -123,7 +121,7 @@
type
:
Object
,
type
:
Object
,
default
:
null
default
:
null
},
},
isShowEditBtn
:{
isShowEditBtn
:
{
type
:
Number
,
type
:
Number
,
default
:
null
default
:
null
}
}
...
@@ -139,8 +137,8 @@
...
@@ -139,8 +137,8 @@
persistent
:
true
,
persistent
:
true
,
tabCheck
:
'first'
,
//默认选第一个
tabCheck
:
'first'
,
//默认选第一个
loading
:
false
,
loading
:
false
,
classObj
:{},
classObj
:
{},
isShowMyBtn
:
0
isShowMyBtn
:
0
}
}
},
},
created
()
{
created
()
{
...
@@ -155,8 +153,8 @@
...
@@ -155,8 +153,8 @@
}
}
},
},
mounted
()
{
mounted
()
{
if
(
this
.
isShowEditBtn
==
1
)
{
if
(
this
.
isShowEditBtn
==
1
)
{
this
.
isShowMyBtn
=
1
this
.
isShowMyBtn
=
1
}
}
},
},
methods
:
{
methods
:
{
...
@@ -165,7 +163,7 @@
...
@@ -165,7 +163,7 @@
ClassId
:
this
.
setingObj
.
ClassId
ClassId
:
this
.
setingObj
.
ClassId
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
if
(
res
.
Code
==
1
)
{
this
.
classObj
=
res
.
Data
;
this
.
classObj
=
res
.
Data
;
}
}
})
})
},
},
...
...
src/pages/stuMan/visitorRecord.vue
View file @
edad6d1b
...
@@ -147,12 +147,12 @@
...
@@ -147,12 +147,12 @@
field
:
'Name'
,
field
:
'Name'
,
align
:
'left'
align
:
'left'
},
},
{
//
{
name
:
'Age'
,
//
name: 'Age',
field
:
'Age'
,
//
field: 'Age',
label
:
'年龄'
,
//
label: '年龄',
align
:
'left'
,
//
align: 'left',
},
//
},
{
{
name
:
'Tel'
,
name
:
'Tel'
,
field
:
'Tel'
,
field
:
'Tel'
,
...
...
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