Commit 18c700e3 by 黄森林

Merge remote-tracking branch 'origin/master'

parents 4cb3e097 25312e45
......@@ -88,18 +88,18 @@ export default {
{
title: "新增",
children: [
{ dataIndex: "newUserNumWeek", width: 80, title: "新用户" },
{ dataIndex: "newAloneNumWeek", width: 80, title: "单宽带" },
{ dataIndex: "newMixNumWeek", width: 80, title: "融合宽带" }
{ dataIndex: "newUserNumWeek", width: 80,title: "新用户" },
{ dataIndex: "newAloneNumWeek",width: 80, title: "单宽带" },
{ dataIndex: "newMixNumWeek", width: 80,title: "融合宽带" }
]
},
{
title: "存量",
children: [
{ dataIndex: "oldUserNumWeek", width: 80, title: "老用户办理" },
{ dataIndex: "oldUserNumWeek",width: 100, title: "老用户办理" },
{
dataIndex: "oldContinueNumWeek",
width: 80,
width: 100,
title: "老用户续约"
}
]
......@@ -107,11 +107,11 @@ export default {
{
title: "已竣工",
children: [
{ dataIndex: "finishNewNumWeek", width: 80, title: "新增" },
{ dataIndex: "finishOldNumWeek", width: 80, title: "存量" }
{ dataIndex: "finishNewNumWeek",width: 80, title: "新增" },
{ dataIndex: "finishOldNumWeek", width: 80,title: "存量" }
]
},
{ dataIndex: "sumWeek", width: 80, title: "总计" }
{ dataIndex: "sumWeek", width: 80,title: "总计" }
]
},
{
......@@ -120,9 +120,9 @@ export default {
{
title: "新增",
children: [
{ dataIndex: "newUserNumMonth", width: 80, title: "新用户" },
{ dataIndex: "newAloneNumMonth", width: 80, title: "单宽带" },
{ dataIndex: "newMixNumMonth", width: 80, title: "融合宽带" }
{ dataIndex: "newUserNumMonth",width: 80, title: "新用户" },
{ dataIndex: "newAloneNumMonth", width: 80,title: "单宽带" },
{ dataIndex: "newMixNumMonth",width: 80, title: "融合宽带" }
]
},
{
......@@ -130,12 +130,12 @@ export default {
children: [
{
dataIndex: "oldUserNumMonth",
width: 80,
width: 100,
title: "老用户办理"
},
{
dataIndex: "oldContinueNumMonth",
width: 80,
width: 100,
title: "老用户续约"
}
]
......@@ -143,11 +143,11 @@ export default {
{
title: "已竣工",
children: [
{ dataIndex: "finishNewNumMonth", width: 80, title: "新增" },
{ dataIndex: "finishOldNumMonth", width: 80, title: "存量" }
{ dataIndex: "finishNewNumMonth",width: 80, title: "新增" },
{ dataIndex: "finishOldNumMonth",width: 80, title: "存量" }
]
},
{ dataIndex: "sumMonth", width: 80, title: "总计" }
{ dataIndex: "sumMonth", width: 80,title: "总计" }
]
},
{
......@@ -156,18 +156,18 @@ export default {
{
title: "新增",
children: [
{ dataIndex: "newUserNumAll", width: 80, title: "新用户" },
{ dataIndex: "newAloneNumAll", width: 80, title: "单宽带" },
{ dataIndex: "newMixNumAll", width: 80, title: "融合宽带" }
{ dataIndex: "newUserNumAll",width: 80, title: "新用户" },
{ dataIndex: "newAloneNumAll",width: 80, title: "单宽带" },
{ dataIndex: "newMixNumAll",width: 80, title: "融合宽带" }
]
},
{
title: "存量",
children: [
{ dataIndex: "oldUserNumAll", width: 80, title: "老用户办理" },
{ dataIndex: "oldUserNumAll",width: 100, title: "老用户办理" },
{
dataIndex: "oldContinueNumAll",
width: 80,
width: 100,
title: "老用户续约"
}
]
......@@ -175,11 +175,11 @@ export default {
{
title: "已竣工",
children: [
{ dataIndex: "finishNewNumAll", width: 80, title: "新增" },
{ dataIndex: "finishOldNumAll", width: 80, title: "存量" }
{ dataIndex: "finishNewNumAll", width: 80,title: "新增" },
{ dataIndex: "finishOldNumAll",width: 80, title: "存量" }
]
},
{ dataIndex: "sumAll", width: 80, title: "总计" }
{ dataIndex: "sumAll",width: 80, 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