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
a0a9ab26
Commit
a0a9ab26
authored
6 months ago
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3333
parent
1396d665
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
economyEdit.vue
src/views/evaluation/components/economyEdit.vue
+0
-0
economyInfo.vue
src/views/evaluation/components/economyInfo.vue
+0
-0
score.vue
src/views/evaluation/components/score.vue
+3
-3
No files found.
src/views/evaluation/components/economy.vue
→
src/views/evaluation/components/economy
Edit
.vue
View file @
a0a9ab26
File moved
This diff is collapsed.
Click to expand it.
src/views/evaluation/components/economyInfo.vue
0 → 100644
View file @
a0a9ab26
This diff is collapsed.
Click to expand it.
src/views/evaluation/components/score.vue
View file @
a0a9ab26
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<div
style=
"height:calc(100% - 40px);overflow: auto;"
ref=
"main"
>
<div
style=
"height:calc(100% - 40px);overflow: auto;"
ref=
"main"
>
<div
class=
"x_modal_content"
>
<div
class=
"x_modal_content"
>
<a-form-model
ref=
"form"
:model=
"formData"
:rules=
"rules"
class=
"from-table font-line-space"
>
<a-form-model
ref=
"form"
:model=
"formData"
:rules=
"rules"
class=
"from-table font-line-space"
>
<economy
v-model=
"formData"
v-if=
"formData.expertType == 2"
/>
<economy
-edit
v-model=
"formData"
v-if=
"formData.expertType == 2"
/>
<div
v-else
>
<div
v-else
>
<technology-evalucation
v-if=
"totalFunding >= 50"
v-model=
"formData"
></technology-evalucation>
<technology-evalucation
v-if=
"totalFunding >= 50"
v-model=
"formData"
></technology-evalucation>
<div
v-else
>
<div
v-else
>
...
@@ -125,12 +125,12 @@ import moment from 'moment'
...
@@ -125,12 +125,12 @@ import moment from 'moment'
import
projectView
from
'@/views/evaluation/components/projectView'
import
projectView
from
'@/views/evaluation/components/projectView'
import
projectInfo
from
'@/views/evaluation/components/projectInfo'
import
projectInfo
from
'@/views/evaluation/components/projectInfo'
import
technologyEvalucation
from
'@/views/evaluation/components/technologyEvalucation'
import
technologyEvalucation
from
'@/views/evaluation/components/technologyEvalucation'
import
economy
from
'@/views/evaluation/components/economy
'
import
economy
Edit
from
'@/views/evaluation/components/economyEdit
'
export
default
{
export
default
{
name
:
"score"
,
name
:
"score"
,
components
:
{
components
:
{
projectView
,
projectInfo
,
technologyEvalucation
,
economy
projectView
,
projectInfo
,
technologyEvalucation
,
economy
Edit
},
},
props
:
{
props
:
{
value
:
{
value
:
{
...
...
This diff is collapsed.
Click to expand it.
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