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
a66bfbc9
Commit
a66bfbc9
authored
Dec 23, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
5be7ae9b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
projectKpiInfo.vue
src/views/report/project/components/projectKpiInfo.vue
+4
-4
No files found.
src/views/report/project/components/projectKpiInfo.vue
View file @
a66bfbc9
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<td
class=
"bg-title"
colspan=
"9"
>
分年度指标
</td>
<td
class=
"bg-title"
colspan=
"9"
>
分年度指标
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"10"
rowspan=
"2"
></td>
<td
colspan=
"10"
rowspan=
"2"
>
{{
projectKPI
.
yearTarget
}}
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
add
(
1
,
'year'
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
add
(
1
,
'year'
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
add
(
2
,
'year'
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
add
(
2
,
'year'
).
year
()
}}
年
</td>
...
@@ -111,7 +111,7 @@ export default {
...
@@ -111,7 +111,7 @@ export default {
}
}
},
},
},
},
data
()
{
data
()
{
return
{
return
{
projAttributes
:
[
projAttributes
:
[
{
id
:
"5b9d6509-aece-11ef-b6cb-0c42a1380f01"
,
name
:
"新增项目"
},
{
id
:
"5b9d6509-aece-11ef-b6cb-0c42a1380f01"
,
name
:
"新增项目"
},
...
@@ -126,7 +126,7 @@ export default {
...
@@ -126,7 +126,7 @@ export default {
},
},
methods
:
{
methods
:
{
moment
,
moment
,
LoadParameterInfo
()
{
LoadParameterInfo
()
{
let
pars1
=
{
typeId
:
67
}
let
pars1
=
{
typeId
:
67
}
this
.
$api
.
parameter
.
getParameterListByTypeId
(
pars1
)
this
.
$api
.
parameter
.
getParameterListByTypeId
(
pars1
)
.
then
(({
data
=
{}
})
=>
{
.
then
(({
data
=
{}
})
=>
{
...
@@ -135,7 +135,7 @@ export default {
...
@@ -135,7 +135,7 @@ export default {
})
})
.
catch
(()
=>
{
});
.
catch
(()
=>
{
});
},
},
getProjectKpitStatistic
()
{
getProjectKpitStatistic
()
{
this
.
$api
.
statistical
.
getProjectKpitStatistic
().
then
(({
data
=
{}
})
=>
{
this
.
$api
.
statistical
.
getProjectKpitStatistic
().
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
if
(
data
)
{
}
}
...
...
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