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
439ac6f3
Commit
439ac6f3
authored
Jul 13, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
211b1a33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
documentApproval.vue
src/pages/administration/documentApproval.vue
+1
-1
prepareclassDetails.vue
src/pages/course/prepareclassDetails.vue
+3
-2
No files found.
src/pages/administration/documentApproval.vue
View file @
439ac6f3
...
...
@@ -173,7 +173,7 @@
<q-space
/>
<q-btn
icon=
"close"
flat
round
dense
v-close-popup
/>
</q-card-section>
<q-input
standout=
"bg-primary text-white"
type=
"textarea"
v-model=
"approvalMsg.LogContent"
label=
"备注"
/>
<q-input
standout=
"bg-primary text-white"
type=
"textarea"
v-model=
"approvalMsg.LogContent"
label=
"
审核
备注"
/>
<q-card-actions
align=
"right"
>
<q-btn
flat
label=
"取消"
size=
"sm"
color=
"primary"
v-close-popup
/>
<q-btn
label=
"拒绝"
size=
"sm"
color=
"primary"
@
click=
"saveApproval(2)"
/>
...
...
src/pages/course/prepareclassDetails.vue
View file @
439ac6f3
...
...
@@ -651,8 +651,9 @@
this
.
plmsg
.
Comment
=
''
;
this
.
getUserComment
()
this
.
getCommentList
()
if
(
this
.
data
.
TotalScore
===
0
){
this
.
getList
()
}
}
})
},
...
...
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