Commit e014e2c9 authored by Mac's avatar Mac

修改营收报表

parent 5051b343
......@@ -1039,8 +1039,18 @@
},
{
field: "ClassId",
title: "班级编号",
width: 80,
title: "编号",
width: 50,
titleAlign: "left",
columnAlign: "left",
isResize: true,
isFrozen: true,
},
{
field: "ClassNo",
title: "班号",
width: 95,
titleAlign: "left",
columnAlign: "left",
isResize: true,
......@@ -1211,7 +1221,7 @@
{
field: "JiXiaoMoney",
title: "绩效奖金",
width: 70,
width: 80,
titleAlign: "left",
columnAlign: "right",
isResize: true,
......@@ -1219,7 +1229,7 @@
{
field: "QTZhiChu",
title: "其他支出",
width: 70,
width: 80,
titleAlign: "left",
columnAlign: "right",
isResize: true,
......@@ -1267,10 +1277,34 @@
columnAlign: "right",
isResize: true,
},
{
field: "HoursNum",
title: "总课时",
width: 90,
titleAlign: "left",
columnAlign: "right",
isResize: true,
},
{
field: "ConsumeNum",
title: "已上课时",
width: 80,
titleAlign: "left",
columnAlign: "right",
isResize: true,
},
{
field: "ConsumeMoney",
title: "已上课金额",
width: 90,
titleAlign: "left",
columnAlign: "right",
isResize: true,
},
{
field: "AverageIncome",
title: "平均收入",
width: 100,
width: 80,
titleAlign: "left",
columnAlign: "right",
isResize: true,
......@@ -1279,7 +1313,7 @@
field: "AverageCost",
title: "平均成本",
formatter: this.moneyFormat,
width: 100,
width: 80,
titleAlign: "left",
columnAlign: "right",
isResize: true,
......
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