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
4e6255bd
Commit
4e6255bd
authored
Dec 26, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3333
parent
c75016be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
14 deletions
+6
-14
economyInfo.vue
src/views/evaluation/components/economyInfo.vue
+3
-7
scoreView.vue
src/views/evaluation/components/scoreView.vue
+3
-7
No files found.
src/views/evaluation/components/economyInfo.vue
View file @
4e6255bd
...
@@ -76,13 +76,9 @@
...
@@ -76,13 +76,9 @@
<tr>
<tr>
<td
colspan=
"4"
class=
"bg-title"
style=
"text-align: right;"
>
评审结果
</td>
<td
colspan=
"4"
class=
"bg-title"
style=
"text-align: right;"
>
评审结果
</td>
<td
colspan=
"4"
>
<td
colspan=
"4"
>
<a-form-model-item
prop=
"evaluationType"
>
<a-tag
:color=
"'#87d068'"
v-if=
"value.evaluationType==1"
>
A类(通过)
</a-tag>
<a-radio-group
v-model=
"value.evaluationType"
disabled
>
<a-tag
:color=
"'#2db7f5'"
v-if=
"value.evaluationType==2"
>
B类(建议修改)
</a-tag>
<a-radio
:value=
"1"
>
A类(通过)
</a-radio>
<a-tag
:color=
"'#f50'"
v-if=
"value.evaluationType==3"
>
C类(不通过)
</a-tag>
<a-radio
:value=
"2"
>
B类(建议修改)
</a-radio>
<a-radio
:value=
"3"
>
C类(不通过)
</a-radio>
</a-radio-group>
</a-form-model-item>
</td>
</td>
</tr>
</tr>
</table>
</table>
...
...
src/views/evaluation/components/scoreView.vue
View file @
4e6255bd
...
@@ -26,13 +26,9 @@
...
@@ -26,13 +26,9 @@
<a-col
:span=
"20"
>
<a-col
:span=
"20"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div>
<div>
<a-form-model-item
prop=
"evaluationType"
>
<a-tag
:color=
"'#87d068'"
v-if=
"formData.evaluationType==1"
>
A类(通过)
</a-tag>
<a-radio-group
v-model=
"formData.evaluationType"
disabled
>
<a-tag
:color=
"'#2db7f5'"
v-if=
"formData.evaluationType==2"
>
B类(建议修改)
</a-tag>
<a-radio
:value=
"1"
>
A类(通过)
</a-radio>
<a-tag
:color=
"'#f50'"
v-if=
"formData.evaluationType==3"
>
C类(不通过)
</a-tag>
<a-radio
:value=
"2"
>
B类(建议修改)
</a-radio>
<a-radio
:value=
"3"
>
C类(不通过)
</a-radio>
</a-radio-group>
</a-form-model-item>
</div>
</div>
</div>
</div>
</a-col>
</a-col>
...
...
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