Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-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
1
Merge Requests
1
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-web-master
Commits
f9f68748
Commit
f9f68748
authored
Dec 27, 2024
by
honghy
Committed by
wux
Jan 02, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
国家下选多语言
parent
5dbc6bc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Release.vue
src/views/jiedao/profile/components/Release.vue
+2
-2
Transfer.vue
src/views/jiedao/profile/components/Transfer.vue
+2
-2
No files found.
src/views/jiedao/profile/components/Release.vue
View file @
f9f68748
...
...
@@ -93,7 +93,7 @@
class=
"w-250 ml-10"
>
<el-select
slot=
"prepend"
v-model=
"formData.consigneeCountryCode"
placeholder=
""
style=
"width:100px"
>
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"
item.nameZh
+ item.tel"
:value=
"item.tel.replace('+', '')"
/>
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"
$i18n.locale==0?item.nameZh:item.nameEn
+ item.tel"
:value=
"item.tel.replace('+', '')"
/>
</el-select></el-input>
</el-form-item>
<el-form-item
:label=
"$t('release.consigneeEmail')"
prop=
"consigneeEmail"
>
...
...
@@ -135,7 +135,7 @@
:placeholder=
"$t('release.phoneNotice')"
>
<el-select
slot=
"prepend"
v-model=
"detail.dialCode"
disabled
style=
"width:100px"
>
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"
item.nameZh
+ item.tel"
:value=
"item.tel.replace('+', '')"
/>
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"
$i18n.locale==0?item.nameZh:item.nameEn
+ item.tel"
:value=
"item.tel.replace('+', '')"
/>
</el-select></el-input>
</el-form-item>
<el-form-item
v-if=
"!isSuccess"
:label=
"$t('release.deliverymode')"
>
...
...
src/views/jiedao/profile/components/Transfer.vue
View file @
f9f68748
...
...
@@ -8,7 +8,7 @@
<el-form-item
:label=
"$t('transfer.cargoControlPhone')"
>
<el-input
v-model=
"cargoControlPhone"
readonly
>
<el-select
slot=
"prepend"
v-model=
"cargoControlCountryCode"
disabled
style=
"width:200px"
>
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"
item.nameZh
+ item.tel"
:value=
"item.tel.replace('+', '')"
/>
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"
$i18n.locale==0?item.nameZh:item.nameEn
+ item.tel"
:value=
"item.tel.replace('+', '')"
/>
</el-select>
</el-input>
</el-form-item>
...
...
@@ -18,7 +18,7 @@
<el-form-item
:label=
"$t('transfer.phone')"
prop=
"phone"
>
<el-input
v-model=
"form.phone"
type=
"tel"
>
<el-select
slot=
"prepend"
v-model=
"form.dialCode"
placeholder=
""
style=
"width:200px"
>
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"
item.nameZh
+ item.tel"
:value=
"item.tel.replace('+', '')"
/>
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"
$i18n.locale==0?item.nameZh:item.nameEn
+ item.tel"
:value=
"item.tel.replace('+', '')"
/>
</el-select>
</el-input>
</el-form-item>
...
...
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