Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-webapp-cli
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
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
heasy
hls-webapp-cli
Commits
b8b587ff
Commit
b8b587ff
authored
Jun 25, 2019
by
Nature
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
picture
parent
a3314850
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
businessCard.Vue
template/src/pages/applications/ocrIdentify/businessCard.Vue
+1
-1
ocrIdentify.Vue
template/src/pages/applications/ocrIdentify/ocrIdentify.Vue
+2
-2
vehicleCard.Vue
template/src/pages/applications/ocrIdentify/vehicleCard.Vue
+1
-1
qiXinBao.Vue
template/src/pages/applications/qiXinBao/qiXinBao.Vue
+2
-2
reports.Vue
template/src/pages/applications/reports/reports.Vue
+1
-1
No files found.
template/src/pages/applications/ocrIdentify/businessCard.Vue
View file @
b8b587ff
...
...
@@ -3,7 +3,7 @@ f/**
* @Date 2019/4/23
*/
<
template
>
<h-view
class=
"public-style"
style=
"height: 100%"
title=
"名片识别"
>
<h-view
class=
"public-style"
title=
"名片识别"
>
<h-content>
<list-item>
<item>
...
...
template/src/pages/applications/ocrIdentify/ocrIdentify.Vue
View file @
b8b587ff
...
...
@@ -10,12 +10,12 @@
<img
src=
"@/assets/ocrIdentify/cardRecognition@2x.png"
>
</div>
<div
class=
"call-function"
@
click=
"goVehicle()"
>
<!--行驶证-->
<img
src=
"@assets/ocrIdentify/communication@2x.png"
>
<img
src=
"@
/
assets/ocrIdentify/communication@2x.png"
>
</div>
</div>
<div
class=
"entry-bp"
@
click=
"goDriver()"
>
<!--驾驶证-->
<div
class=
"entry-bp-icon"
>
<img
src=
"@assets/ocrIdentify/entryBp@2x.png"
>
<img
src=
"@
/
assets/ocrIdentify/entryBp@2x.png"
>
</div>
</div>
</div>
...
...
template/src/pages/applications/ocrIdentify/vehicleCard.Vue
View file @
b8b587ff
...
...
@@ -3,7 +3,7 @@
* @Date 2019/4/23
*/
<
template
>
<h-view
class=
"public-style"
style=
"height: 100%"
title=
"行驶证识别"
>
<h-view
class=
"public-style"
title=
"行驶证识别"
>
<h-content>
<list-item>
<item>
...
...
template/src/pages/applications/qiXinBao/qiXinBao.Vue
View file @
b8b587ff
...
...
@@ -6,7 +6,7 @@
<h-view
class=
"public-style"
style=
"height:100%;"
title=
"启信宝"
>
<div
class=
"search"
>
<div
class=
"searchBox"
@
click=
"goSearch"
>
<img
src=
"
../../..
/assets/qixinbao/search@2x.png"
>
<img
src=
"
@
/assets/qixinbao/search@2x.png"
>
<div
class=
"searchInput"
>
请输入企业名称
</div>
...
...
@@ -23,7 +23,7 @@
v-for=
"(list,index) in dataList"
:has-border=
"false"
:key=
"index"
:proportion=
"[5,1]"
:show-arrow=
"true"
@
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
class=
"cont-name"
>
项目编号:\
{{
list
.
project_number
}}
</div>
<div
class=
"cont-type"
>
客户姓名:\
{{
list
.
bp_name
}}
</div>
...
...
template/src/pages/applications/reports/reports.Vue
View file @
b8b587ff
...
...
@@ -7,7 +7,7 @@
<h-content
class=
""
>
<list-item
:item-height=
"45"
>
<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>
</item>
...
...
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