Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
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
华国豪
CRM
Commits
95b14e52
Commit
95b14e52
authored
Mar 27, 2020
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分会议说明
parent
66b004a9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
4 deletions
+21
-4
index.vue
src/components/dev/index.vue
+21
-4
No files found.
src/components/dev/index.vue
View file @
95b14e52
...
...
@@ -2,14 +2,31 @@
<div
class=
"dev-box"
>
<div
class=
"c"
>
<i
class=
"iconfont iconkaifazhong"
></i>
<div>
正在开发中,敬请期待
</div>
<div
v-if=
"t==0"
>
正在开发中,敬请期待
</div>
<div
v-if=
"t==1"
>
营销跟踪功能模块将用于对每次产生的自助营销事件的跟踪,了解用户的点击次数,记录咨询反馈和复购等信息。从而形成更加直观的图像报表。功能正在开发中,敬请期待;
</div>
<div
v-if=
"t==2"
>
我的工作计划:所有人员可以使用此功能创建每天的工作计划(包含拜访、外出等工作)以及对应的工作反馈, 功能正在开发中,敬请期待;
</div>
<div
v-if=
"t==3"
>
我下属的工作:用于主管对下属工作的审批、督促和建议等工作,功能正在开发中,敬请期待;
</div>
<div
v-if=
"t==4"
>
我的工作日志:将根据员工填写的工作计划以及反馈内容,再加上系统内的操作记录汇总生成每日工作日志,每日工作日志会在下班打卡有自动生成。功能正在开发中,敬请期待;
</div>
<div
v-if=
"t==5"
>
我的日历:将通过日历的形式查看我的工作安排,主管可以通过在此页面直接查看每个下属的工作日历,功能正在开发中,敬请期待;
</div>
<div
v-if=
"t==6"
>
工作统计:统计销售在ERP、CRM两个系统的操作数据,完成的工作情况,抽离出各项单项统计,用以组装适用于旅游业的销售成长模型;
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
t
:
0
}
},
mounted
()
{
console
.
log
(
this
.
$route
.
query
)
this
.
t
=
this
.
$route
.
query
.
t
},
methods
:
{
}
}
</
script
>
...
...
@@ -23,7 +40,7 @@ export default {
}
.dev-box
.c
{
text-align
:
center
;
width
:
20
0px
;
width
:
45
0px
;
height
:
200px
;
color
:
gray
;
margin
:
0
auto
;
...
...
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