Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
117eb0be
authored
2025-07-08 14:49:10 +0800
by
华明祺
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
ca975928
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
src/viewsPc/components/pickup.vue
vite.config.js
src/viewsPc/components/pickup.vue
View file @
117eb0b
...
...
@@ -31,11 +31,11 @@
<!--
<el-checkbox
:label=
"language==0?'其他':'Others'"
name=
"4"
/>
-->
<!--
</el-checkbox-group>
-->
<!--
</el-form-item>
-->
<el-form-item
:label=
"language==0?'队伍俱乐部':'Team/Club Name'"
prop=
"pickUpBo.standing"
required
>
<el-input
v-model=
"form.pickUpBo.standing"
/>
</el-form-item>
<el-form-item
:label=
"language==0?'国家/地区':'Country/Region'"
prop=
"pickUpBo.nationalitys"
required
>
<el-select
v-model=
"form.pickUpBo.nationalitys"
filterable
multiple
style=
"width: 100%;"
>
<el-option
v-for=
"item in countrys"
...
...
@@ -59,7 +59,7 @@
</el-form-item>
<!--
<div
style=
"padding-left: 48px;color: red;margin-bottom: 18px"
>
-->
<!--
{{
language
==
0
?
'填写的人数需是乘坐同一航班/车次'
:
'The number of people to be filled in must be on the same flight/train'
}}
-->
<!--
</div>
-->
<el-form-item
:label=
"language==0?'抵达日期':'Flight/Train Arrival Date'"
prop=
"pickUpBo.arrivalDate"
...
...
@@ -83,7 +83,7 @@
<el-time-picker
v-model=
"form.pickUpBo.arrivaTime"
format=
"HH:mm:ss"
placeholder=
"HH:mm:ss"
style=
"width: 100%;"
value-format=
"HH:mm:ss"
/>
</el-form-item>
<el-form-item
:label=
"language==0?'航班/车次':'Flight/Train Number'"
prop=
"pickUpBo.flight"
required
>
<el-input
v-model=
"form.pickUpBo.flight"
/>
</el-form-item>
...
...
@@ -102,15 +102,15 @@
:is-show-tip=
"false"
:limit=
"1"
/>
</el-form-item>
<el-form-item
:label=
"language==0?'酒店预订单':'Hotel Reservation'"
prop=
"pickUpBo.hotleFile"
required
>
<image-upload
v-model=
"form.pickUpBo.hotleFile"
:button-text=
"language==0?'上传':'Upload'"
:is-show-tip=
"false"
:limit=
"1"
/>
</el-form-item>
</div>
<div
v-if=
"form.type?.some(v=>v==2)"
>
<!--
<el-form-item
:label=
"language == 0 ? '送机信息' : 'Delivery information' "
>
-->
<!--
</el-form-item>
-->
...
...
@@ -126,11 +126,11 @@
<!--
<el-checkbox
:label=
"language==0?'其他':'Others'"
name=
"4"
/>
-->
<!--
</el-checkbox-group>
-->
<!--
</el-form-item>
-->
<el-form-item
:label=
"language==0?'队伍俱乐部':'Team/Club Name'"
prop=
"pickUpBo.standing"
required
>
<el-input
v-model=
"form.pickUpBo.standing"
/>
</el-form-item>
<el-form-item
:label=
"language==0?'国家/地区':'Country/Region'"
prop=
"downOffBo.nationalitys"
required
>
<el-select
v-model=
"form.downOffBo.nationalitys"
filterable
multiple
style=
"width: 100%;"
>
<el-option
v-for=
"item in countrys"
...
...
@@ -147,7 +147,7 @@
</el-form-item>
<el-form-item
:label=
"language==0?'送机人数':'Number of People'"
prop=
"downOffBo.counts"
required
>
<el-input-number
v-model=
"form.downOffBo.counts"
/>
<span
style=
"color: red;margin-left: 10px"
>
{{
language
==
0
?
'(填写的人数需是乘坐同一航班/车次)'
:
'The number of people to be filled in must be on the same flight/train'
...
...
@@ -155,7 +155,7 @@
</el-form-item>
<!--
<div
style=
"padding-left: 48px;color: red;margin-bottom: 18px"
>
-->
<!--
{{
language
==
0
?
'填写的人数需是乘坐同一航班/车次'
:
'The number of people to be filled in must be on the same flight/train'
}}
-->
<!--
</div>
-->
<el-form-item
:label=
"language==0?'离开日期':'Departure Date from Hotel'"
prop=
"downOffBo.arrivalDate"
required
>
...
...
@@ -167,7 +167,7 @@
style=
"width: 100%;"
type=
"date"
value-format=
"YYYY-MM-DD"
/>
</div>
</el-form-item>
<el-form-item
:label=
"language==0?'离开时间':'Departure Time from Hotel'"
prop=
"downOffBo.arrivaTime"
required
>
...
...
@@ -179,7 +179,7 @@
<el-time-picker
v-model=
"form.downOffBo.arrivaTime"
format=
"HH:mm:ss"
placeholder=
"HH:mm:ss"
style=
"width: 100%;"
value-format=
"HH:mm:ss"
/>
</el-form-item>
<el-form-item
:label=
"language==0?'航班/车次':'Flight/Train Number'"
prop=
"downOffBo.flight"
required
>
<el-input
v-model=
"form.downOffBo.flight"
/>
</el-form-item>
...
...
@@ -198,15 +198,15 @@
:is-show-tip=
"false"
:limit=
"1"
/>
</el-form-item>
<el-form-item
:label=
"language==0?'酒店预订单':'Hotel Reservation'"
prop=
"pickUpBo.hotleFile"
required
>
<image-upload
v-model=
"form.pickUpBo.hotleFile"
:button-text=
"language==0?'上传':'Upload'"
:is-show-tip=
"false"
:limit=
"1"
/>
</el-form-item>
</div>
<div
class=
"text-center"
>
<el-button
class=
"btn-lineG"
round
size=
"large"
type=
"primary"
@
click=
"submitForm()"
>
{{
language
==
0
?
'提交'
:
'submit'
}}
...
...
@@ -381,7 +381,7 @@ const rules = ref(
trigger
:
'change'
,
message
:
language
.
value
==
0
?
'请选择'
:
'Please choose'
},],
})
const
open
=
(
params
)
=>
{
show
.
value
=
true
...
...
vite.config.js
View file @
117eb0b
...
...
@@ -76,17 +76,17 @@ export default defineConfig(({mode, command}) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-match/
,
''
)
},
'/dev-api/ztx-webSite'
:
{
//
target: 'http://192.168.1.118:8082/',
target
:
'https://ces.2025wtcwuxi.com/stage-api/'
,
target
:
'http://192.168.1.118:8082/'
,
//
target: 'https://ces.2025wtcwuxi.com/stage-api/',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
//
target: 'http://192.168.1.118:8082/',
target
:
'http://192.168.1.118:8082/'
,
// target: 'http://192.168.1.131:8081/',
// target: 'https://ces.2025wtcwuxi.com/stage-api/',
// target: 'http://124.70.181.90:1880/stage-api',
target
:
'https://sys.2025wtcwuxi.com/stage-api/'
,
//
target: 'https://sys.2025wtcwuxi.com/stage-api/',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
},
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment