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
e166fc1a
Commit
e166fc1a
authored
Oct 29, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
f77606a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
9 deletions
+19
-9
state.vue
components/page/state.vue
+1
-1
index.vue
pages/project/plan/index.vue
+18
-8
No files found.
components/page/state.vue
View file @
e166fc1a
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<Modal
<Modal
v-model=
"modal"
v-model=
"modal"
title=
"生命周期"
title=
"生命周期"
width=
"
8
00"
width=
"
12
00"
footer-hide
footer-hide
:mask-closable=
"false"
:mask-closable=
"false"
>
>
...
...
pages/project/plan/index.vue
View file @
e166fc1a
...
@@ -146,6 +146,9 @@ export default {
...
@@ -146,6 +146,9 @@ export default {
align
:
"left"
,
align
:
"left"
,
high
:
true
,
high
:
true
,
code
:
"mes.project_plan.Type"
,
code
:
"mes.project_plan.Type"
,
attr
:{
type
:
'icon'
}
},
},
{
{
key
:
"title"
,
key
:
"title"
,
...
@@ -162,14 +165,21 @@ export default {
...
@@ -162,14 +165,21 @@ export default {
high
:
true
,
high
:
true
,
code
:
"mes.project_plan.Status"
,
code
:
"mes.project_plan.Status"
,
},
},
{
// {
key
:
"startDate"
,
// key: "startDate",
title
:
this
.
l
(
"startDate"
),
// title: this.l("startDate"),
align
:
"left"
,
// align: "left",
high
:
true
// high: true
,
type
:
"date"
// ,type:"date"
},
// },
{
key
:
"endDate"
,
title
:
this
.
l
(
"endDate"
),
align
:
"left"
,
high
:
true
,
type
:
"date"
},
// { key: "endDate", title: this.l("endDate"), align: "left", high: true,type:"date" },
{
key
:
"endDate"
,
title
:
"计划日期"
,
align
:
"left"
,
render
(
h
,
param
)
{
return
h
(
'DateRange'
,{
attrs
:{
value
:
param
.
row
}
})
},
},
// {
// {
// key: "attachment",
// key: "attachment",
// title: this.l("attachment"),
// title: this.l("attachment"),
...
...
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