Commit ac1f610f authored by 仇晓婷's avatar 仇晓婷

gant

parent 4a31e420
......@@ -271,7 +271,7 @@ let options = {
id: 2,
label: "名称",
value: "name",
width: 200,
width: 100,
expander: true,
html: true
// events: {
......@@ -284,20 +284,20 @@ let options = {
id: 3,
label: "设备编号",
value: "EquipmentNo",
width: 130,
width: 160,
html: true
},
{
id: 4,
label: "开始时间",
label: "计划开始时间",
value: task => dayjs(task.start).format("YYYY-MM-DD"),
width: 78
width: 100
},
{
id: 5,
label: "结束时间",
label: "计划结束时间",
value: task => dayjs(task.endTime).format("YYYY-MM-DD"),
width: 78
width: 100
},
{
......
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