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
feccff74
Commit
feccff74
authored
Jan 17, 2025
by
Smile
Committed by
wux
Jan 21, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug193:(app/h5)-订单列表去掉:订单号、提单号、冒号
parent
64a65226
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/pages/index/index.vue
+2
-2
order.vue
src/pages/order/order.vue
+2
-2
No files found.
src/pages/index/index.vue
View file @
feccff74
...
...
@@ -120,11 +120,11 @@
<view
class=
"item-til"
>
<view
class=
"full-width"
>
<image
src=
"../../static/img/sn.png"
mode=
""
></image>
<view
class=
"orderNo"
>
{{
$lang
.
lang
.
index
.
orderNo
}}
:
{{
item
.
orderNo
}}
</view>
<view
class=
"orderNo"
>
{{
item
.
orderNo
}}
</view>
<view
class=
"marks"
>
{{
$lang
.
lang
.
index
.
marks
}}
:
{{
item
.
marks
}}
</view>
</view>
<view
class=
"tidan-no"
v-if=
"item.tidanNo"
>
<view
class=
"tidanNo"
>
{{
$lang
.
lang
.
index
.
tidanNo
}}
:
{{
item
.
tidanNo
}}
</view>
<view
class=
"tidanNo"
>
{{
item
.
tidanNo
}}
</view>
</view>
</view>
<view
class=
"item-body"
>
...
...
src/pages/order/order.vue
View file @
feccff74
...
...
@@ -58,11 +58,11 @@
<view
class=
"order-list-it-v"
>
<view
class=
"fa-v"
>
<view
class=
"order-no"
>
<text>
{{
$lang
.
lang
.
order
.
orderNo
}}
:
{{
item
.
orderNo
}}
</text>
<text>
{{
item
.
orderNo
}}
</text>
<text>
{{
formatMsg
(
item
.
status
)
}}
</text>
</view>
<view
v-if=
"item.tidanNo"
>
<text>
{{
$lang
.
lang
.
index
.
tidanNo
}}
:
{{
item
.
tidanNo
}}
</text>
<text>
{{
item
.
tidanNo
}}
</text>
</view>
<!--
<text>
{{
getStatusName
(
item
.
status
)
}}
</text>
-->
</view>
...
...
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