diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 9454a71..65b16b2 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -130,12 +130,14 @@
下一步
+
内勤管理
业务提交的车险定单同步到内勤由内勤做审核管理,生成保险单后对接客户
下一步
+
财务管理
对接业务订单进行提成管理,利润统计,出纳统计,工资统计,优惠,及其他车险政策管理
@@ -153,7 +155,7 @@
电话中心
通话记录统计,通话时长统计,电话号码分配
-
完成
+
完成
diff --git a/frontend/web/assets/css/popUps.css b/frontend/web/assets/css/popUps.css index 504ee6d..76e0493 100644 --- a/frontend/web/assets/css/popUps.css +++ b/frontend/web/assets/css/popUps.css @@ -82,4 +82,12 @@ position:absolute; left:-548px; top:-110px; +} +.point2{ + width: 529px; + height:170px; + background:url("../img/prompt2.png") no-repeat center/cover; + position:absolute; + left:-548px; + top:-110px; } \ No newline at end of file diff --git a/frontend/web/assets/img/prompt2.png b/frontend/web/assets/img/prompt2.png new file mode 100644 index 0000000..fe6e096 Binary files /dev/null and b/frontend/web/assets/img/prompt2.png differ