Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
d2cd8092
Commit
d2cd8092
authored
Oct 29, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
detail
parent
eeb2b3f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
detail.vue
pages/project/task/detail.vue
+6
-5
No files found.
pages/project/task/detail.vue
View file @
d2cd8092
<
template
>
<div
style=
"width:100%;overflow:auto"
>
<div
style=
"width:80%; border-right:1px solid #ccc;padding-right:30px;float:left"
>
<Form
:
model=
"bugForm"
:
label-width=
"5"
ref=
"formValidate"
>
<Form
:label-width=
"5"
ref=
"formValidate"
>
<Row>
<Col
:span=
"8"
>
<FormItem
label
>
...
...
@@ -63,13 +63,13 @@
<Col
:span=
"8"
>
<FormItem
label
>
<span
style=
"float:left"
>
操作:
</span>
<Dictionary
code=
"project.task.status"
v-model=
"entity.status"
type=
"radio"
></Dictionary>
<Dictionary
code=
"project.task.status"
v-model=
"entity
Save
.status"
type=
"radio"
></Dictionary>
</FormItem>
</Col>
<Col
:span=
"8"
>
<FormItem
label
>
<span
style=
"float:left"
>
工时:
</span>
<InputNumber
v-model=
"entity.workHour"
:min=
"0"
></InputNumber>
<InputNumber
v-model=
"entity
Save
.workHour"
:min=
"0"
></InputNumber>
</FormItem>
</Col>
</Row>
...
...
@@ -94,6 +94,7 @@ export default {
data
()
{
return
{
entity
:
{},
entitySave
:
{},
timeValue
:
{
startDate
:
""
,
endDate
:
""
,
...
...
@@ -149,8 +150,8 @@ export default {
startDate
:
r
.
result
.
plansToStartDate
,
endDate
:
r
.
result
.
plansToEndTime
,
};
this
.
entity
.
status
=
2
;
this
.
entity
.
workHour
=
0
;
this
.
entity
Save
.
status
=
this
.
$u
.
clone
(
this
.
entity
.
status
)
;
this
.
entity
Save
.
workHour
=
0
;
this
.
$emit
(
'on-load'
);
this
.
curId
=
v
;
this
.
detail
=
()
=>
import
(
'../record/recordTimeLine'
);
...
...
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