Commit e2f29d1e by 弓厶

优化报表展示

parent 9a748ab7
......@@ -58,6 +58,7 @@ export default {
columns: [
{
title: "时间",
fixed: "left",
children: [
{
title: "业务类型",
......@@ -65,20 +66,17 @@ export default {
{
title: "县分",
dataIndex: "subName",
width: 80,
fixed: "left"
width: 80
},
{
dataIndex: "schoolNum",
width: 80,
title: "学校数",
fixed: "left"
title: "学校数"
},
{
dataIndex: "studentNum",
width: 80,
title: "学生数",
fixed: "left"
title: "学生数"
}
]
}
......
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