Commit b8b587ff authored by Nature's avatar Nature

picture

parent a3314850
...@@ -3,7 +3,7 @@ f/** ...@@ -3,7 +3,7 @@ f/**
* @Date 2019/4/23 * @Date 2019/4/23
*/ */
<template> <template>
<h-view class="public-style" style="height: 100%" title="名片识别"> <h-view class="public-style" title="名片识别">
<h-content> <h-content>
<list-item> <list-item>
<item> <item>
......
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
<img src="@/assets/ocrIdentify/cardRecognition@2x.png"> <img src="@/assets/ocrIdentify/cardRecognition@2x.png">
</div> </div>
<div class="call-function" @click="goVehicle()"> <!--行驶证--> <div class="call-function" @click="goVehicle()"> <!--行驶证-->
<img src="@assets/ocrIdentify/communication@2x.png"> <img src="@/assets/ocrIdentify/communication@2x.png">
</div> </div>
</div> </div>
<div class="entry-bp" @click="goDriver()"> <!--驾驶证--> <div class="entry-bp" @click="goDriver()"> <!--驾驶证-->
<div class="entry-bp-icon"> <div class="entry-bp-icon">
<img src="@assets/ocrIdentify/entryBp@2x.png"> <img src="@/assets/ocrIdentify/entryBp@2x.png">
</div> </div>
</div> </div>
</div> </div>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Date 2019/4/23 * @Date 2019/4/23
*/ */
<template> <template>
<h-view class="public-style" style="height: 100%" title="行驶证识别"> <h-view class="public-style" title="行驶证识别">
<h-content> <h-content>
<list-item> <list-item>
<item> <item>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<h-view class="public-style" style="height:100%;" title="启信宝"> <h-view class="public-style" style="height:100%;" title="启信宝">
<div class="search"> <div class="search">
<div class="searchBox" @click="goSearch"> <div class="searchBox" @click="goSearch">
<img src="../../../assets/qixinbao/search@2x.png"> <img src="@/assets/qixinbao/search@2x.png">
<div class="searchInput"> <div class="searchInput">
请输入企业名称 请输入企业名称
</div> </div>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
v-for="(list,index) in dataList" v-for="(list,index) in dataList"
:has-border="false" :key="index" :proportion="[5,1]" :show-arrow="true" :has-border="false" :key="index" :proportion="[5,1]" :show-arrow="true"
@click.native="goDetail(index)"> @click.native="goDetail(index)">
<img slot="left-icon" src=".@/assets/qixinbao/custormer@2x.png" class="left-icon"> <img slot="left-icon" src="@/assets/qixinbao/custormer@2x.png" class="left-icon">
<div slot="name" class="text"> <div slot="name" class="text">
<div class="cont-name">项目编号:\{{ list.project_number }}</div> <div class="cont-name">项目编号:\{{ list.project_number }}</div>
<div class="cont-type">客户姓名:\{{ list.bp_name }}</div> <div class="cont-type">客户姓名:\{{ list.bp_name }}</div>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<h-content class=""> <h-content class="">
<list-item :item-height="45"> <list-item :item-height="45">
<item :show-arrow="true" @click.native="goDetail('BasicChart')"> <item :show-arrow="true" @click.native="goDetail('BasicChart')">
<img slot="left-icon" src=".@/assets/report/basicChart.png" class="left-icon"> <img slot="left-icon" src="@/assets/report/basicChart.png" class="left-icon">
<div slot="name">基础图表</div> <div slot="name">基础图表</div>
</item> </item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment