|
@@ -18,7 +18,7 @@
|
|
|
<div class="panel-title">
|
|
|
<span class="texts">待办单</span>
|
|
|
<span class="btns">更多
|
|
|
- <u-icon color="#4eacfe" name="arrow-right" size="24"></u-icon>
|
|
|
+ <u-icon name="icon-xian-11" custom-prefix="xd-icon" size="24" color="#4eacfe"></u-icon>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="panel-body">
|
|
@@ -55,7 +55,8 @@ export default {
|
|
|
navList: [
|
|
|
{
|
|
|
id: 'SPXD',
|
|
|
- icon: '/static/navIcon/spxd.png',
|
|
|
+ icon: 'xundian',
|
|
|
+ color: '#00aaff',
|
|
|
name: '视频巡店',
|
|
|
url:'/pages/shopTour/shopTour',
|
|
|
target: 'page',
|
|
@@ -63,7 +64,8 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
id: 'DJZX',
|
|
|
- icon: '/static/navIcon/djzx.png',
|
|
|
+ icon: 'dianjian',
|
|
|
+ color: '#ff5500',
|
|
|
name: '点检中心',
|
|
|
url:'/pages/welcomeVehicle?orderType=2&title=保养开单',
|
|
|
target: 'page',
|
|
@@ -71,7 +73,8 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
id: 'XCXD',
|
|
|
- icon: '/static/navIcon/xcjc.png',
|
|
|
+ icon: 'xianchangjiancha',
|
|
|
+ color: '#00aa00',
|
|
|
name: '现场巡店',
|
|
|
url:'/pages/siteInspection/siteInspection',
|
|
|
target: 'page',
|
|
@@ -79,7 +82,8 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
id: 'XDJL',
|
|
|
- icon: '/static/navIcon/zdjl.png',
|
|
|
+ icon: 'tubiaokuwenjian-gengxin-',
|
|
|
+ color: '#d0527e',
|
|
|
name: '巡店记录',
|
|
|
url:'/pages/more',
|
|
|
target: 'page',
|