Commit 60717e9d authored by 仇晓婷's avatar 仇晓婷

gantt

parent a6337052
...@@ -292,19 +292,19 @@ let options = { ...@@ -292,19 +292,19 @@ let options = {
html: true html: true
}, },
{ {
id: 3, 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: 78
}, },
{ {
id: 4, id: 5,
label: "类型", label: "类型",
value: "type", value: "type",
width: 68 width: 68
}, },
{ {
id: 5, id: 6,
label: "%", label: "%",
value: "progress", value: "progress",
width: 35, width: 35,
......
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