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

ok

parent f77606a9
......@@ -20,7 +20,7 @@
<Modal
v-model="modal"
title="生命周期"
width="800"
width="1200"
footer-hide
:mask-closable="false"
>
......
......@@ -146,6 +146,9 @@ export default {
align: "left",
high: true,
code: "mes.project_plan.Type",
attr:{
type:'icon'
}
},
{
key: "title",
......@@ -162,14 +165,21 @@ export default {
high: true,
code: "mes.project_plan.Status",
},
{
key: "startDate",
title: this.l("startDate"),
align: "left",
high: true
,type:"date"
},
{ key: "endDate", title: this.l("endDate"), align: "left", high: true,type:"date" },
// {
// key: "startDate",
// title: this.l("startDate"),
// 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",
// 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