Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
6e67f046
Commit
6e67f046
authored
Mar 18, 2020
by
kyonback
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
6fc868ed
18c700e3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
27 deletions
+28
-27
src/views/poster/PosterList.vue
+1
-0
src/views/poster/newPoster.vue
+3
-3
src/views/school-center/hhr-report/hhrReport.vue
+24
-24
No files found.
src/views/poster/PosterList.vue
View file @
6e67f046
...
...
@@ -107,6 +107,7 @@
},
columns
:
[
{
dataIndex
:
'picture'
,
title
:
'图片 '
,
scopedSlots
:
{
customRender
:
'picture'
}},
{
dataIndex
:
'createName'
,
width
:
100
,
title
:
'创建人'
},
{
dataIndex
:
'createTime'
,
width
:
100
,
title
:
'创建时间 '
,
scopedSlots
:
{
customRender
:
'createTime'
}},
{
dataIndex
:
'enable'
,
width
:
50
,
title
:
'启用状态'
,
scopedSlots
:
{
customRender
:
'enable'
}},
{
...
...
src/views/poster/newPoster.vue
View file @
6e67f046
...
...
@@ -5,13 +5,13 @@
:closable=
"true"
:visible=
"visible"
@
close=
"onClose"
width=
"
10
0%"
width=
"
5
0%"
:bodyStyle=
"
{'padding':0}"
destroyOnClose
>
<div
class=
"meun-box"
>
<a-row>
<a-col
:span=
"
6
"
>
<a-col
:span=
"
3
"
>
<!--
<div
class=
"select-btn"
>
<span>
选择图片
</span>
<input
ref=
"selectImgae"
class=
"seletImg"
type=
"file"
@
change=
"selectImage"
/>
...
...
@@ -25,7 +25,7 @@
<a-input
v-model=
"codeText"
></a-input>
</a-form-item>
</a-col>
<a-col
:span=
"
6
"
v-if=
"images!=''"
>
<a-col
:span=
"
9
"
v-if=
"images!=''"
>
<a-form-item
label=
"二维码大小:"
:label-col=
"
{ span: 5 }" :wrapper-col="{ span: 12 }">
<a-slider
id=
"code"
v-model=
"codeWidth"
:max=
"300"
/>
</a-form-item>
...
...
src/views/school-center/hhr-report/hhrReport.vue
View file @
6e67f046
...
...
@@ -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
:
8
0
,
title
:
"老用户办理"
},
{
dataIndex
:
"oldUserNumWeek"
,
width
:
10
0
,
title
:
"老用户办理"
},
{
dataIndex
:
"oldContinueNumWeek"
,
width
:
8
0
,
width
:
10
0
,
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
:
8
0
,
width
:
10
0
,
title
:
"老用户办理"
},
{
dataIndex
:
"oldContinueNumMonth"
,
width
:
8
0
,
width
:
10
0
,
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
:
8
0
,
title
:
"老用户办理"
},
{
dataIndex
:
"oldUserNumAll"
,
width
:
10
0
,
title
:
"老用户办理"
},
{
dataIndex
:
"oldContinueNumAll"
,
width
:
8
0
,
width
:
10
0
,
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
:
"总计"
}
]
}
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment