Commit e2f29d1e by 弓厶

优化报表展示

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