Commit e166fc1a authored by 周远喜's avatar 周远喜

ok

parent f77606a9
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<Modal <Modal
v-model="modal" v-model="modal"
title="生命周期" title="生命周期"
width="800" width="1200"
footer-hide footer-hide
:mask-closable="false" :mask-closable="false"
> >
......
...@@ -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"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment