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
eea4d814
Commit
eea4d814
authored
Dec 05, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
667b7103
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
projectKpiEdit.vue
src/views/report/project/components/projectKpiEdit.vue
+5
-5
No files found.
src/views/report/project/components/projectKpiEdit.vue
View file @
eea4d814
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<tr>
<tr>
<td
colspan=
"10"
rowspan=
"2"
>
<td
colspan=
"10"
rowspan=
"2"
>
<a-form-model-item
:prop=
"'projectKPI.yearTarget'"
:rules=
"
{required: true, message: '*', trigger: 'blur',}">
<a-form-model-item
:prop=
"'projectKPI.yearTarget'"
:rules=
"
{required: true, message: '*', trigger: 'blur',}">
<a-textarea
placeholder=
"总体目标"
v-model=
"projectKPI.yearTarget"
:maxLength=
"600"
style=
"width:
400px
; height: 100px;"
/>
<a-textarea
placeholder=
"总体目标"
v-model=
"projectKPI.yearTarget"
:maxLength=
"600"
style=
"width:
90%
; height: 100px;"
/>
</a-form-model-item>
</a-form-model-item>
</td>
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
year
()
}}
年
</td>
...
@@ -69,19 +69,19 @@
...
@@ -69,19 +69,19 @@
<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>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"3"
>
<td
colspan=
"3"
style=
"margin-top: 10px;"
>
<a-form-model-item
:prop=
"'projectKPI.year1Goal'"
:rules=
"
{required: true, message: '*', trigger: 'blur',}">
<a-form-model-item
:prop=
"'projectKPI.year1Goal'"
:rules=
"
{required: true, message: '*', trigger: 'blur',}">
<a-textarea
v-model=
"projectKPI.year1Goal"
:maxLength=
"200"
style=
"width: 2
0
0px; height: 60px;"
/>
<a-textarea
v-model=
"projectKPI.year1Goal"
:maxLength=
"200"
style=
"width: 2
5
0px; height: 60px;"
/>
</a-form-model-item>
</a-form-model-item>
</td>
</td>
<td
colspan=
"3"
>
<td
colspan=
"3"
>
<a-form-model-item
:prop=
"'projectKPI.year2Goal'"
:rules=
"
{required: true, message: '*', trigger: 'blur',}">
<a-form-model-item
:prop=
"'projectKPI.year2Goal'"
:rules=
"
{required: true, message: '*', trigger: 'blur',}">
<a-textarea
v-model=
"projectKPI.year2Goal"
:maxLength=
"200"
style=
"width: 2
0
0px; height: 60px;"
/>
<a-textarea
v-model=
"projectKPI.year2Goal"
:maxLength=
"200"
style=
"width: 2
5
0px; height: 60px;"
/>
</a-form-model-item>
</a-form-model-item>
</td>
</td>
<td
colspan=
"3"
>
<td
colspan=
"3"
>
<a-form-model-item
:prop=
"'projectKPI.year3Goal'"
:rules=
"
{required: true, message: '*', trigger: 'blur',}">
<a-form-model-item
:prop=
"'projectKPI.year3Goal'"
:rules=
"
{required: true, message: '*', trigger: 'blur',}">
<a-textarea
v-model=
"projectKPI.year3Goal"
:maxLength=
"200"
style=
"width:
200px
; height: 60px;"
/>
<a-textarea
v-model=
"projectKPI.year3Goal"
:maxLength=
"200"
style=
"width:
90%
; height: 60px;"
/>
</a-form-model-item>
</a-form-model-item>
</td>
</td>
</tr>
</tr>
...
...
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