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

gant

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