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
bb1618ef
Commit
bb1618ef
authored
Jul 19, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
8883a9ce
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
5 deletions
+1
-5
orderlist.vue
src/components/sale/orderlist.vue
+1
-1
documentApproval.vue
src/pages/administration/documentApproval.vue
+0
-1
prepareclassDetails.vue
src/pages/course/prepareclassDetails.vue
+0
-1
studentsClassfee.vue
src/pages/financial/studentsClassfee.vue
+0
-1
userCommissionDetails.vue
src/pages/financial/userCommissionDetails.vue
+0
-1
No files found.
src/components/sale/orderlist.vue
View file @
bb1618ef
...
...
@@ -101,7 +101,7 @@
</template>
<
template
v-if=
"item.OrderType==1"
>
<div
v-if=
"item.CourseName"
>
课程名称:
{{
item
.
CourseName
}}
</div>
<div
v-if=
"item.JoinType==2"
style=
"color:red;"
>
<div
v-if=
"item.JoinType==2"
style=
"color:red;
cursor:pointer
"
>
插班报入
<q-tooltip
:offset=
"[10, 10]"
>
<div>
开始课时:
{{
item
.
StartClassHours
}}
</div>
...
...
src/pages/administration/documentApproval.vue
View file @
bb1618ef
...
...
@@ -436,7 +436,6 @@ import{getConten} from '../../api/system/notiveSysSet'
}
this
.
approvalMsg
.
ReviewStatus
=
val
setReviewNotice
(
this
.
approvalMsg
).
then
(
res
=>
{
console
.
log
(
611
,
res
)
if
(
res
.
Code
===
1
){
this
.
$message
.
success
(
"操作成功"
);
this
.
persistent3
=
false
...
...
src/pages/course/prepareclassDetails.vue
View file @
bb1618ef
...
...
@@ -765,7 +765,6 @@
},
//修改评论
modifyComment
(
item
)
{
console
.
log
(
item
)
this
.
plmsg
.
LessonCommentId
=
item
.
LessonCommentId
this
.
plmsg
.
Comment
=
item
.
Comment
this
.
plmsg
.
Score
=
item
.
Score
...
...
src/pages/financial/studentsClassfee.vue
View file @
bb1618ef
...
...
@@ -235,7 +235,6 @@
}
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
StartMonth
){
console
.
log
(
this
.
$route
.
query
.
StartMonth
,
'this.$route.query.StartMonth'
)
this
.
msg
.
StartMonth
=
this
.
$route
.
query
.
StartMonth
}
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
comefrom
){
//来自用户提成明细页面
...
...
src/pages/financial/userCommissionDetails.vue
View file @
bb1618ef
...
...
@@ -317,7 +317,6 @@
});
},
goUrlkehao
(
path
,
row
){
//跳转到学生课耗
console
.
log
(
row
)
let
StartMonth
=
''
let
EndMonth
=
''
if
(
row
.
IsFirstCommission
==
1
){
...
...
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