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
0a7d1a74
Commit
0a7d1a74
authored
Apr 01, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
33
parent
91e0a9df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
scoreEdit.vue
src/views/evaluation/components/scoreEdit.vue
+4
-4
No files found.
src/views/evaluation/components/scoreEdit.vue
View file @
0a7d1a74
...
@@ -38,11 +38,11 @@
...
@@ -38,11 +38,11 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"bg-title"
>
总分:
</td>
<td
class=
"bg-title"
style=
"text-align: right;"
>
总分:
</td>
<td
colspan=
"2"
style=
"text-align: left;padding-left: 12px;"
>
{{
Count
()
}}
分
</td>
<td
colspan=
"2"
style=
"text-align: left;padding-left: 12px;"
>
{{
Count
()
}}
分
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"bg-title"
>
是否推荐立项支持
</td>
<td
class=
"bg-title"
style=
"text-align: right;"
>
是否推荐立项支持
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<a-form-model-item
prop=
"supportState"
>
<a-form-model-item
prop=
"supportState"
>
<a-radio-group
v-model=
"value.supportState"
>
<a-radio-group
v-model=
"value.supportState"
>
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"bg-title"
>
评审结果
</td>
<td
class=
"bg-title"
style=
"text-align: right;"
>
评审结果
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<a-form-model-item
prop=
"evaluationType"
>
<a-form-model-item
prop=
"evaluationType"
>
<a-radio-group
v-model=
"value.evaluationType"
disabled
>
<a-radio-group
v-model=
"value.evaluationType"
disabled
>
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"bg-title"
>
评审意见(是否存在科研被信问题?该项目存在的问题和不足及意见建议)
</td>
<td
class=
"bg-title"
style=
"text-align: right;"
>
评审意见(是否存在科研被信问题?该项目存在的问题和不足及意见建议)
</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"
/>
...
...
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