Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-customer-new-master
Commits
b3757579
Commit
b3757579
authored
Dec 26, 2024
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单明细样式调整
parent
4d8f9b0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
orderInfo.vue
src/pages/orderInfo/orderInfo.vue
+7
-6
No files found.
src/pages/orderInfo/orderInfo.vue
View file @
b3757579
...
...
@@ -273,12 +273,13 @@
<text
v-if=
"item.brandName"
>
{{item.brandName}}
</text>
<text
v-else
>
{{item.brandType?($lang.lang.orderInfo.have+$lang.lang.orderInfo.brand):($lang.lang.orderInfo.none+$lang.lang.orderInfo.brand)}}
</text>
</view>
<view
class=
"order-table-v"
>
<text>
{{$lang.lang.orderInfo.inWarehouseInfo}}:
</text>
<text>
{{item.warehouseInInfoVO?item.warehouseInInfoVO.cartonsNum:0}}{{$lang.lang.orderInfo.box}}
</text>
<text>
{{item.warehouseInInfoVO?item.warehouseInInfoVO.weight:0}}KG
</text>
<text>
{{item.warehouseInInfoVO?item.warehouseInInfoVO.volume:0}}m³
</text>
<text>
{{item.warehouseInInfoVO?item.warehouseInInfoVO.quantityAll:0}}{{$lang.lang.create.aunit}}
</text>
<view
class=
"order-table-v"
style=
"line-height:30upx;"
>
{{$lang.lang.orderInfo.inWarehouseInfo}}:
{{item.warehouseInInfoVO?item.warehouseInInfoVO.cartonsNum:0}}
{{$lang.lang.orderInfo.box}}
{{item.warehouseInInfoVO?item.warehouseInInfoVO.weight:0}}KG
{{item.warehouseInInfoVO?item.warehouseInInfoVO.volume:0}}m³
{{item.warehouseInInfoVO?item.warehouseInInfoVO.quantityAll:0}}{{$lang.lang.create.aunit}}
</view>
<view
class=
"order-table-v"
>
<text>
{{$lang.lang.create.quickNo}}:{{item.warehouseInInfoVO?item.warehouseInInfoVO.expressNo:item.expressNo}}
</text>
...
...
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