Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bms-vue-obear
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
daywrite
bms-vue-obear
Commits
afeab635
Commit
afeab635
authored
Jun 16, 2019
by
daywrite
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图表导航
parent
af4a520f
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
51 deletions
+9
-51
analysisHome.vue
src/components/analysis/analysis/analysisHome.vue
+1
-7
implementAnalyzeHome.vue
...nents/analysis/implement-analyze/implementAnalyzeHome.vue
+1
-7
implementHome.vue
src/components/analysis/implement/implementHome.vue
+1
-7
preSalesAnalyzeHome.vue
...onents/analysis/pre-sales-analyze/preSalesAnalyzeHome.vue
+1
-7
preSalesHome.vue
src/components/analysis/pre-sales/preSalesHome.vue
+1
-7
searchForm.vue
src/components/analysis/pre-sales/searchForm.vue
+1
-1
salesGoalHome.vue
src/components/analysis/sales-goal/salesGoalHome.vue
+1
-7
salesHome.vue
src/components/analysis/sales/salesHome.vue
+1
-7
searchForm.vue
src/components/analysis/sales/searchForm.vue
+1
-1
No files found.
src/components/analysis/analysis/analysisHome.vue
View file @
afeab635
...
@@ -8,13 +8,7 @@
...
@@ -8,13 +8,7 @@
@
update:form=
"search => timeSearchForm(search)"
>
@
update:form=
"search => timeSearchForm(search)"
>
</search-form>
</search-form>
<div
class=
"page-body-content"
>
<div
class=
"page-body-content"
>
<div
class=
"mb10"
>
<analysisNav
triggerText=
"导出"
triggerIcon=
"fa fa-fw fa-share-square-o"
></analysisNav>
<singleRadioTool
:form-item=
"type"
:options-list=
"navArray"
@
update:item=
"val =>
{ typeChange(val) }">
</singleRadioTool>
</div>
<div
class=
"mt10"
>
<div
class=
"mt10"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
>
<el-col>
<el-col>
...
...
src/components/analysis/implement-analyze/implementAnalyzeHome.vue
View file @
afeab635
...
@@ -8,13 +8,7 @@
...
@@ -8,13 +8,7 @@
@
update:form=
"search => timeSearchForm(search)"
>
@
update:form=
"search => timeSearchForm(search)"
>
</time-search-form>
</time-search-form>
<div
class=
"page-body-content"
>
<div
class=
"page-body-content"
>
<div
class=
"mb10"
>
<analysisNav
triggerText=
"导出"
triggerIcon=
"fa fa-fw fa-share-square-o"
></analysisNav>
<singleRadioTool
:form-item=
"type"
:options-list=
"navArray"
@
update:item=
"val =>
{ typeChange(val) }">
</singleRadioTool>
</div>
<div
class=
"mt10"
>
<div
class=
"mt10"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
v-for=
"item in chartTypeArray"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
v-for=
"item in chartTypeArray"
>
<el-col>
<el-col>
...
...
src/components/analysis/implement/implementHome.vue
View file @
afeab635
...
@@ -8,13 +8,7 @@
...
@@ -8,13 +8,7 @@
@
update:form=
"search => timeSearchForm(search)"
>
@
update:form=
"search => timeSearchForm(search)"
>
</time-search-form>
</time-search-form>
<div
class=
"page-body-content"
>
<div
class=
"page-body-content"
>
<div
class=
"mb10"
>
<analysisNav
triggerText=
"导出"
triggerIcon=
"fa fa-fw fa-share-square-o"
></analysisNav>
<singleRadioTool
:form-item=
"type"
:options-list=
"navArray"
@
update:item=
"val =>
{ typeChange(val) }">
</singleRadioTool>
</div>
<div
class=
"mt10"
>
<div
class=
"mt10"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
>
<el-col>
<el-col>
...
...
src/components/analysis/pre-sales-analyze/preSalesAnalyzeHome.vue
View file @
afeab635
...
@@ -8,13 +8,7 @@
...
@@ -8,13 +8,7 @@
@
update:form=
"search => timeSearchForm(search)"
>
@
update:form=
"search => timeSearchForm(search)"
>
</time-search-form>
</time-search-form>
<div
class=
"page-body-content"
>
<div
class=
"page-body-content"
>
<div
class=
"mb10"
>
<analysisNav
triggerText=
"导出"
triggerIcon=
"fa fa-fw fa-share-square-o"
></analysisNav>
<singleRadioTool
:form-item=
"type"
:options-list=
"navArray"
@
update:item=
"val =>
{ typeChange(val) }">
</singleRadioTool>
</div>
<div
class=
"mt10"
>
<div
class=
"mt10"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
v-for=
"item in chartTypeArray"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
v-for=
"item in chartTypeArray"
>
<el-col>
<el-col>
...
...
src/components/analysis/pre-sales/preSalesHome.vue
View file @
afeab635
...
@@ -8,13 +8,7 @@
...
@@ -8,13 +8,7 @@
@
update:form=
"search => timeSearchForm(search)"
>
@
update:form=
"search => timeSearchForm(search)"
>
</time-search-form>
</time-search-form>
<div
class=
"page-body-content"
>
<div
class=
"page-body-content"
>
<div
class=
"mb10"
>
<analysisNav
triggerText=
"导出"
triggerIcon=
"fa fa-fw fa-share-square-o"
></analysisNav>
<singleRadioTool
:form-item=
"type"
:options-list=
"navArray"
@
update:item=
"val =>
{ typeChange(val) }">
</singleRadioTool>
</div>
<div
class=
"mt10"
>
<div
class=
"mt10"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
>
<el-col>
<el-col>
...
...
src/components/analysis/pre-sales/searchForm.vue
View file @
afeab635
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<section
class=
"analysis-client"
>
<section
class=
"analysis-client"
>
<el-row
:gutter=
"10"
class=
"header-title"
>
<el-row
:gutter=
"10"
class=
"header-title"
>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<h2>
销售
数据
</h2>
<h2>
售前
数据
</h2>
</el-col>
</el-col>
<el-col
:span=
"20"
>
<el-col
:span=
"20"
>
<el-form
ref=
"form"
size=
"mini"
>
<el-form
ref=
"form"
size=
"mini"
>
...
...
src/components/analysis/sales-goal/salesGoalHome.vue
View file @
afeab635
...
@@ -8,13 +8,7 @@
...
@@ -8,13 +8,7 @@
@
update:form=
"search => timeSearchForm(search)"
>
@
update:form=
"search => timeSearchForm(search)"
>
</time-search-form>
</time-search-form>
<div
class=
"page-body-content"
>
<div
class=
"page-body-content"
>
<div
class=
"mb10"
>
<analysisNav
triggerText=
"导出"
triggerIcon=
"fa fa-fw fa-share-square-o"
></analysisNav>
<singleRadioTool
:form-item=
"type"
:options-list=
"navArray"
@
update:item=
"val =>
{ typeChange(val) }">
</singleRadioTool>
</div>
<div
class=
"mt10"
>
<div
class=
"mt10"
>
<div
class=
"header-title header-flex"
style=
"height: 100%;"
>
<div
class=
"header-title header-flex"
style=
"height: 100%;"
>
<div
v-for=
"item in chartTypeArray"
>
<div
v-for=
"item in chartTypeArray"
>
...
...
src/components/analysis/sales/salesHome.vue
View file @
afeab635
...
@@ -8,13 +8,7 @@
...
@@ -8,13 +8,7 @@
@
update:list=
"search => timeSearchForm(search)"
>
@
update:list=
"search => timeSearchForm(search)"
>
</time-search-form>
</time-search-form>
<div
class=
"page-body-content"
>
<div
class=
"page-body-content"
>
<div
class=
"mb10"
>
<analysisNav
triggerText=
"导出"
triggerIcon=
"fa fa-fw fa-share-square-o"
></analysisNav>
<singleRadioTool
:form-item=
"type"
:options-list=
"navArray"
@
update:item=
"val =>
{ typeChange(val) }">
</singleRadioTool>
</div>
<div
class=
"mt10"
>
<div
class=
"mt10"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
v-for=
"item in chartTypeArray"
>
<el-row
class=
"header-title"
style=
"height: 100%;"
v-for=
"item in chartTypeArray"
>
<el-col>
<el-col>
...
...
src/components/analysis/sales/searchForm.vue
View file @
afeab635
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<section
class=
"analysis-client"
>
<section
class=
"analysis-client"
>
<el-row
:gutter=
"10"
class=
"header-title"
>
<el-row
:gutter=
"10"
class=
"header-title"
>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<h2>
销售
数据
</h2>
<h2>
销售
分析
</h2>
</el-col>
</el-col>
<el-col
:span=
"20"
>
<el-col
:span=
"20"
>
<el-form
ref=
"form"
size=
"mini"
>
<el-form
ref=
"form"
size=
"mini"
>
...
...
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