Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
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
2
Merge Requests
2
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
周健威
rs-cloud-platform-ui
Commits
de1f99ea
Commit
de1f99ea
authored
Jan 11, 2021
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标准数据-图片
parent
dcf10b3a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
index.vue
src/views/orderManagement/orderList/index.vue
+2
-0
No files found.
src/views/orderManagement/orderList/index.vue
View file @
de1f99ea
...
@@ -271,6 +271,7 @@
...
@@ -271,6 +271,7 @@
times
:
[],
// 时间
times
:
[],
// 时间
list
:
[],
list
:
[],
total
:
0
,
total
:
0
,
BASE_API
:
process
.
env
.
BASE_API
,
orderSendDetailVisible
:
false
,
// 查看弹窗
orderSendDetailVisible
:
false
,
// 查看弹窗
sendVisible
:
false
,
// 发货弹窗
sendVisible
:
false
,
// 发货弹窗
oneRow
:
{},
// 当前操作项
oneRow
:
{},
// 当前操作项
...
@@ -462,6 +463,7 @@
...
@@ -462,6 +463,7 @@
}
}
if
(
iitem
.
type
==
1
)
{
if
(
iitem
.
type
==
1
)
{
// 标准数据
// 标准数据
iitem
.
itemPic
=
_this
.
BASE_API
+
'/api/datacenter/web/gtdata/app/unauth/image/'
+
iitem
.
detailJson
.
thumbnailPath
+
'_98_98.jpg'
iitem
.
imageResolutionStr
=
iitem
.
detailJson
.
imageResolution
?
iitem
.
detailJson
.
imageResolution
.
replace
(
/{/g
,
""
):
''
iitem
.
imageResolutionStr
=
iitem
.
detailJson
.
imageResolution
?
iitem
.
detailJson
.
imageResolution
.
replace
(
/{/g
,
""
):
''
iitem
.
imageResolutionStr
=
iitem
.
imageResolutionStr
?
iitem
.
imageResolutionStr
.
replace
(
/}/g
,
""
):
''
iitem
.
imageResolutionStr
=
iitem
.
imageResolutionStr
?
iitem
.
imageResolutionStr
.
replace
(
/}/g
,
""
):
''
}
}
...
...
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