Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
06618716
Commit
06618716
authored
Oct 21, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'产品查询修改'
parent
5166c191
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
product-detailed.vue
src/pages/productQuery/product-detailed.vue
+2
-1
product-list.vue
src/pages/productQuery/product-list.vue
+1
-1
query-home.vue
src/pages/productQuery/query-home.vue
+4
-4
No files found.
src/pages/productQuery/product-detailed.vue
View file @
06618716
...
...
@@ -2,7 +2,7 @@
* @Descrip: 产品明细
* @Author: your name
* @Date: 2019-10-15 14:30:00
* @LastEditTime: 2019-10-21 16:
08:13
* @LastEditTime: 2019-10-21 16:
46:55
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -89,6 +89,7 @@
<div
slot=
"name"
class=
"font-color"
>
主机厂
</div>
<span
slot=
"content"
>
{{
confgInfo
.
factory_bp_name
}}
</span>
</item>
<div
v-html=
"confgInfo.product_properties"
/>
</list-item>
</h-content>
<bottom-tab
class=
"footer-button"
>
...
...
src/pages/productQuery/product-list.vue
View file @
06618716
...
...
@@ -19,7 +19,7 @@
</div>
</div>
<list-item
v-for=
"item in lists"
:key=
"item.product_id"
>
<item>
<item
:proportion=
"[1,4]"
>
<div
slot=
"name"
class=
"item-pic"
>
<img
src=
"@/assets/homePage/WechatIMG2 Copy@2x.png"
alt=
""
>
</div>
...
...
src/pages/productQuery/query-home.vue
View file @
06618716
...
...
@@ -2,7 +2,7 @@
* @Descrip: 查询首页
* @Author: your name
* @Date: 2019-10-15 14:30:00
* @LastEditTime: 2019-10-
17 19:07:02
* @LastEditTime: 2019-10-
21 16:41:10
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -23,7 +23,7 @@
</div>
<div
v-for=
"(item,index) in prolists"
:key=
"index"
class=
"wrap"
>
<div
class=
"box"
>
<div
class=
"box"
@
click=
"goLists(item.division)"
>
<div
class=
"first"
>
<img
src=
"@/assets/productQuery/product-query.png"
alt=
""
>
<p
class=
"product-class"
>
产品类别
</p>
...
...
@@ -34,9 +34,9 @@
<div
class=
"product"
>
<p>
{{
item
.
division_n
}}
</p>
</div>
<img
src=
"@/assets/productQuery/pull.png"
alt=
""
@
click=
"queryDivision(item.factory_bp_id,index)"
>
<img
src=
"@/assets/productQuery/pull.png"
alt=
""
@
click
.
stop
=
"queryDivision(item.factory_bp_id,index)"
>
</div>
<img
class=
"arrow"
src=
"@/assets/productQuery/getIn.png"
alt=
""
@
click=
"goLists(item.division)"
>
<img
class=
"arrow"
src=
"@/assets/productQuery/getIn.png"
alt=
""
>
</div>
</div>
</h-content>
...
...
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