Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-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-operator-master
Commits
fd65df8b
Commit
fd65df8b
authored
Sep 24, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
区号添加”+“
parent
3c4db856
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
ordeDetailsForm.vue
src/views/ecw/order/components/ordeDetailsForm.vue
+2
-2
warehouseDetails.vue
src/views/ecw/order/components/warehouseDetails.vue
+4
-4
index.vue
src/views/member/user/index.vue
+1
-1
underReview.vue
src/views/member/user/underReview.vue
+1
-1
No files found.
src/views/ecw/order/components/ordeDetailsForm.vue
View file @
fd65df8b
...
...
@@ -17,11 +17,11 @@
<el-descriptions-item
label=
"目的地"
>
{{
details
.
logisticsInfoDto
?
details
.
logisticsInfoDto
.
destTitleZh
:
''
}}
</el-descriptions-item>
<el-descriptions-item
label=
"发货人姓名"
>
{{
details
.
consignorVO
?
details
.
consignorVO
.
name
:
''
}}
</el-descriptions-item>
<el-descriptions-item
label=
"发货人公司"
>
{{
details
.
consignorVO
?
details
.
consignorVO
.
company
:
''
}}
</el-descriptions-item>
<el-descriptions-item
label=
"发货人电话"
>
{{
details
.
consignorVO
?
details
.
consignorVO
.
countryCode
:
''
}}
{{
details
.
consignorVO
?
details
.
consignorVO
.
phone
:
''
}}
</el-descriptions-item>
<el-descriptions-item
label=
"发货人电话"
>
+
{{
details
.
consignorVO
?
details
.
consignorVO
.
countryCode
:
''
}}
{{
details
.
consignorVO
?
details
.
consignorVO
.
phone
:
''
}}
</el-descriptions-item>
<el-descriptions-item></el-descriptions-item>
<el-descriptions-item
label=
"收货人姓名"
>
{{
details
.
consigneeVO
?
details
.
consigneeVO
.
name
:
''
}}
</el-descriptions-item>
<el-descriptions-item
label=
"收货人公司"
>
{{
details
.
consigneeVO
?
details
.
consigneeVO
.
company
:
''
}}
</el-descriptions-item>
<el-descriptions-item
label=
"收货人电话"
>
{{
details
.
consigneeVO
?
details
.
consigneeVO
.
countryCode
:
''
}}
{{
details
.
consigneeVO
?
details
.
consigneeVO
.
phone
:
''
}}
</el-descriptions-item>
<el-descriptions-item
label=
"收货人电话"
>
+
{{
details
.
consigneeVO
?
details
.
consigneeVO
.
countryCode
:
''
}}
{{
details
.
consigneeVO
?
details
.
consigneeVO
.
phone
:
''
}}
</el-descriptions-item>
<el-descriptions-item></el-descriptions-item>
</el-descriptions>
</div>
...
...
src/views/ecw/order/components/warehouseDetails.vue
View file @
fd65df8b
...
...
@@ -59,8 +59,8 @@
<p>
{{
row
.
consignorName
}}
</p>
<p>
{{
row
.
consignorCountryCode
}}
{{
row
.
consignorPhone
}}
<p
style=
"white-space: nowrap"
>
+
{{
row
.
consignorCountryCode
}}
{{
row
.
consignorPhone
}}
</p>
</
template
>
</el-table-column>
...
...
@@ -69,8 +69,8 @@
<p>
{{
row
.
consigneeName
}}
</p>
<p>
{{
row
.
consigneeCountryCode
}}
{{
row
.
consigneePhone
}}
<p
style=
"white-space: nowrap"
>
+
{{
row
.
consigneeCountryCode
}}
{{
row
.
consigneePhone
}}
</p>
</
template
>
</el-table-column>
...
...
src/views/member/user/index.vue
View file @
fd65df8b
...
...
@@ -38,7 +38,7 @@
<el-table-column
label=
"真实姓名"
align=
"center"
prop=
"identityName"
/>
<el-table-column
label=
"区号"
>
<template
v-slot:default =
'scope'
>
{{
scope
.
row
.
areaCode
?
`${scope.row.areaCode
}
`
:
''
}}
+
{{
scope
.
row
.
areaCode
?
`${scope.row.areaCode
}
`
:
''
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"
手机号
"
show
-
overflow
-
tooltip
align
=
"
center
"
prop
=
"
mobile
"
>
...
...
src/views/member/user/underReview.vue
View file @
fd65df8b
...
...
@@ -36,7 +36,7 @@
<el-table-column
label=
"真实姓名"
align=
"center"
prop=
"identityName"
/>
<el-table-column
label=
"区号"
>
<template
v-slot:default =
'scope'
>
{{
scope
.
row
.
areaCode
?
`${scope.row.areaCode
}
`
:
''
}}
+
{{
scope
.
row
.
areaCode
?
`${scope.row.areaCode
}
`
:
''
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"
手机号
"
show
-
overflow
-
tooltip
align
=
"
center
"
prop
=
"
mobile
"
>
...
...
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