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
91e0a9df
Commit
91e0a9df
authored
Apr 01, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4444
parent
729dec5a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
scoreEdit.vue
src/views/evaluation/components/scoreEdit.vue
+1
-1
scoreInfo.vue
src/views/evaluation/components/scoreInfo.vue
+1
-1
common.js
src/views/utils/common.js
+2
-1
No files found.
src/views/evaluation/components/scoreEdit.vue
View file @
91e0a9df
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"bg-title"
>
评审意见
</td>
<td
class=
"bg-title"
>
评审意见
(是否存在科研被信问题?该项目存在的问题和不足及意见建议)
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<a-form-model-item
prop=
"remark"
>
<a-form-model-item
prop=
"remark"
>
<a-textarea
placeholder=
"评审意见"
v-model=
"value.remark"
:maxLength=
"1000"
style=
"width: 80%; height: 120px; margin-top: 6px"
/>
<a-textarea
placeholder=
"评审意见"
v-model=
"value.remark"
:maxLength=
"1000"
style=
"width: 80%; height: 120px; margin-top: 6px"
/>
...
...
src/views/evaluation/components/scoreInfo.vue
View file @
91e0a9df
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"text-align: right;"
>
意见与建议
</td>
<td
style=
"text-align: right;"
>
评审意见(是否存在科研被信问题?该项目存在的问题和不足及意见建议)
</td>
<td
colspan=
"2"
style=
"text-align: left;"
>
<td
colspan=
"2"
style=
"text-align: left;"
>
<div
v-html=
"toTextarea(value.remark)"
></div>
<div
v-html=
"toTextarea(value.remark)"
></div>
</td>
</td>
...
...
src/views/utils/common.js
View file @
91e0a9df
...
@@ -483,6 +483,6 @@ export function mergeRow (key, data) {
...
@@ -483,6 +483,6 @@ export function mergeRow (key, data) {
}
}
export
function
getEvaluationType
(
key
)
{
export
function
getEvaluationType
(
key
)
{
let
evaluationName
=
[
'A类(80分及以上)'
,
'B类(60
分及以上
)'
,
'C类(60分以下)'
]
let
evaluationName
=
[
'A类(80分及以上)'
,
'B类(60
~79分
)'
,
'C类(60分以下)'
]
return
evaluationName
[
key
]
return
evaluationName
[
key
]
}
}
\ No newline at end of file
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