Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
Details
Activity
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
徐俊
yn-science-front
Commits
0fa5d99a
Commit
0fa5d99a
authored
Mar 06, 2025
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
bbc48ccc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
score.vue
src/views/evaluation/components/score.vue
+7
-11
No files found.
src/views/evaluation/components/score.vue
View file @
0fa5d99a
...
@@ -162,6 +162,7 @@
...
@@ -162,6 +162,7 @@
</div>
</div>
</div>
</div>
<div
style=
"height:40px;width:100%;text-align:center;padding:4px 0px;background: #fafafa;border:1px solid #e8e8e8; "
>
<div
style=
"height:40px;width:100%;text-align:center;padding:4px 0px;background: #fafafa;border:1px solid #e8e8e8; "
>
<a-checkbox
@
change=
"onReadChange"
>
我已阅读
</a-checkbox>
<a-button
type=
"primary"
@
click=
"loadExpertInfo"
:disabled=
"check.disabled"
>
{{
check
.
title
}}
</a-button>
<a-button
type=
"primary"
@
click=
"loadExpertInfo"
:disabled=
"check.disabled"
>
{{
check
.
title
}}
</a-button>
</div>
</div>
</div>
</div>
...
@@ -318,18 +319,13 @@ export default {
...
@@ -318,18 +319,13 @@ export default {
},
},
countStart
()
{
countStart
()
{
this
.
check
.
disabled
=
true
this
.
check
.
disabled
=
true
this
.
check
.
title
=
'阅读中...('
+
this
.
check
.
count
+
's)'
this
.
check
.
title
=
'下一步'
let
time
=
setInterval
(()
=>
{
},
if
(
this
.
check
.
count
==
1
)
{
onReadChange
(
e
)
{
clearInterval
(
time
)
if
(
e
.
target
.
checked
)
this
.
check
.
title
=
'我已阅读'
this
.
check
.
count
=
this
.
check
.
time
this
.
check
.
disabled
=
false
this
.
check
.
disabled
=
false
}
else
{
else
this
.
check
.
count
--
this
.
check
,
disabled
=
true
this
.
check
.
title
=
'阅读中...('
+
this
.
check
.
count
+
's)'
}
},
1000
)
},
},
loadExpertInfo
()
{
loadExpertInfo
()
{
this
.
isShow
=
true
this
.
isShow
=
true
...
...
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