Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
47f349da
authored
May 13, 2021
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
x
parent
bd2fc2d6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
13 deletions
src/assets/css/public/common.less
src/assets/css/public/common.min.css
src/views/Store/list.vue
src/assets/css/public/common.less
View file @
47f349da
...
@@ -392,7 +392,7 @@ body {
...
@@ -392,7 +392,7 @@ body {
border:0px!important;
border:0px!important;
box-shadow: 0px 0px 10px #ccc;
box-shadow: 0px 0px 10px #ccc;
.boxxrth2021 {
.boxxrth2021 {
width :
28
0px;
width :
15
0px;
background : #fff;
background : #fff;
font-size : 12px;
font-size : 12px;
color : #333;
color : #333;
...
@@ -401,7 +401,7 @@ body {
...
@@ -401,7 +401,7 @@ body {
line-height: 28px;
line-height: 28px;
span {
span {
width:
33.33
%;
width:
50
%;
}
}
}
}
}
}
...
...
src/assets/css/public/common.min.css
View file @
47f349da
This diff is collapsed.
Click to expand it.
src/views/Store/list.vue
View file @
47f349da
...
@@ -63,23 +63,18 @@
...
@@ -63,23 +63,18 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"stock"
label=
"库存数量"
width=
"150"
>
<el-table-column
prop=
"stock"
label=
"库存数量"
width=
"150"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"cn_
delivery_tim
e"
label=
"国内含税价(¥)"
width=
"140"
>
<el-table-column
prop=
"cn_
ladder_pric
e"
label=
"国内含税价(¥)"
width=
"140"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
v-if=
"scope.row.cn_ladder_price&&scope.row.cn_ladder_price.length>0"
>
<div
class=
"price-more"
>
<div
class=
"price-more"
>
<el-tooltip
placement=
"bottom"
effect=
"light"
>
<el-tooltip
placement=
"bottom"
effect=
"light"
>
<div
slot=
"content"
>
<div
slot=
"content"
>
<div
class=
"boxxrth2021"
>
<div
class=
"boxxrth2021"
>
<p
class=
"clr"
>
<p
class=
"clr"
v-for=
"item in scope.row.cn_ladder_price"
>
<span
class=
"fl"
>
1+
</span>
<span
class=
"fl"
>
{{
item
.
purchases
}}
+
</span>
<span
class=
"fl"
>
¥
5465555555
</span>
<span
class=
"fl"
>
¥
{{
item
.
price
}}
</span>
<span
class=
"fl"
>
$5465
</span>
</p>
<p
class=
"clr"
>
<span
class=
"fl"
>
1十大打算+
</span>
<span
class=
"fl"
>
¥
5465
</span>
<span
class=
"fl"
>
$5465
</span>
</p>
</p>
</div>
</div>
</div>
</div>
<div
class=
"more-search-btn"
>
查看更多
</div>
<div
class=
"more-search-btn"
>
查看更多
</div>
...
@@ -91,6 +86,25 @@
...
@@ -91,6 +86,25 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"hk_delivery_time"
label=
"香港交货价($)"
width=
"150"
>
<el-table-column
prop=
"hk_delivery_time"
label=
"香港交货价($)"
width=
"150"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.hk_delivery_time&&scope.row.hk_delivery_time.length>0"
>
<div
class=
"price-more"
>
<el-tooltip
placement=
"bottom"
effect=
"light"
>
<div
slot=
"content"
>
<div
class=
"boxxrth2021"
>
<p
class=
"clr"
v-for=
"item in scope.row.hk_delivery_time"
>
<span
class=
"fl"
>
{{
item
.
purchases
}}
+
</span>
<span
class=
"fl"
>
¥
{{
item
.
price
}}
</span>
</p>
</div>
</div>
<div
class=
"more-search-btn"
>
查看更多
</div>
</el-tooltip>
</div>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"cn_delivery_time"
label=
"大陆交期"
width=
"150"
>
<el-table-column
prop=
"cn_delivery_time"
label=
"大陆交期"
width=
"150"
>
</el-table-column>
</el-table-column>
...
...
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