Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
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
cdb9930d
authored
2025-10-15 17:49:23 +0800
by
李婷婷
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
票务
1 parent
ae1a1f37
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
35 additions
and
26 deletions
src/viewsPc/booking/carList.vue
src/viewsPc/components/bookingSearch.vue
src/viewsPc/index.vue
src/viewsPc/match/chooseProject.vue
vite.config.js
src/viewsPc/booking/carList.vue
View file @
cdb9930
...
...
@@ -97,7 +97,7 @@ function getList() {
async
function
getVehicleByCheckIn
()
{
loading
.
value
=
true
const
res
=
await
booking
.
getVehicleByCheckIn
(
query
.
value
)
list
.
value
=
res
.
data
||
[]
list
.
value
=
res
.
data
.
filter
(
item
=>
item
.
viewStatus
==
1
)
||
[]
loading
.
value
=
false
}
...
...
src/viewsPc/components/bookingSearch.vue
View file @
cdb9930
<
template
>
<el-dialog
v-model=
"show"
:close-on-click-modal=
"false"
:title=
"language === 0 ? '预订查询' : 'Reservation Inquiry'"
align-center
append-to-body
center
class=
"booking-inquiry-dialog"
close-icon=
"CircleClose"
destroy-on-close
>
<el-dialog
v-model=
"show"
:close-on-click-modal=
"false"
style=
"max-width: 700px;min-width: 350px;"
:title=
"language === 0 ? '预订查询' : 'Reservation Inquiry'"
align-center
center
class=
"booking-inquiry-dialog"
close-icon=
"CircleClose"
destroy-on-close
>
<!-- 查询区域 -->
<div
class=
"search-container"
>
<el-input
v-model=
"query"
:placeholder=
"language === 0 ? '输入邮箱号查询' : 'Enter email to Query'"
clearable
...
...
@@ -183,18 +183,27 @@ defineExpose({
</
script
>
<
style
lang=
"scss"
scoped
>
.booking-inquiry-dialog
{
min-width
:
300px
;
max-width
:
500px
;
padding
:
15px
;
//
适配移动端
@media
(
max-width
:
768px
)
{
width
:
90%
!important
;
max-width
:
none
;
::v-deep
.el-dialog.booking-inquiry-dialog
{
padding
:
15px
;
min-width
:
300px
;
@media
(
min-width
:
768px
)
{
width
:
50%
!important
;
max-width
:
1000px
!important
;
}
}
@media
(
max-width
:
767px
)
{
--el-dialog-width
:
90%
!important
;
width
:
90%
!important
;
max-width
:
none
!important
;
}
}
::v-deep
.el-dialog__wrapper
{
display
:
flex
!important
;
justify-content
:
center
!important
;
align-items
:
center
!important
;
}
.search-container
{
display
:
flex
;
gap
:
10px
;
...
...
src/viewsPc/index.vue
View file @
cdb9930
...
...
@@ -548,7 +548,7 @@ const init = () => {
}
}
matchData
.
value
=
maList
.
value
[
0
]
console
.
log
(
matchData
.
value
)
})
getpartners
()
}
...
...
src/viewsPc/match/chooseProject.vue
View file @
cdb9930
...
...
@@ -156,13 +156,13 @@
<
/div
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"language==0?'操作':'Actions'"
>
<
!--
<
el
-
table
-
column
:
label
=
"language==0?'操作':'Actions'"
>
<
template
#
default
=
"scope"
>
<
a
class
=
"text-primary pd10"
@
click
=
"delperson(scope.row)"
>
{{
language
==
0
?
'删除'
:
'Delete'
}}
<
/a
>
<
/template
>
<
/el-table-column
>
<
/el-table-column>
--
>
<
/el-table
>
<
/div
>
...
...
vite.config.js
View file @
cdb9930
...
...
@@ -64,39 +64,39 @@ export default defineConfig(({ mode, command }) => {
proxy
:
{
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api/ztx-train'
:
{
target
:
'http://192.168.1.128:8081'
,
//
target: 'http://192.168.1.128:8081',
// target: 'https://wdsfwuxicenter.com/stage-api',
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-train/
,
''
)
},
'/dev-api/ztx-match'
:
{
target
:
'http://192.168.1.128:8081'
,
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
//
target: 'http://192.168.1.128:8081',
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
// target: 'https://wdsfwuxicenter.com/stage-api',
// target: 'https://wdsfwuxicenter.com/stage-api/',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-match/
,
''
)
},
'/dev-api/ztx-webSite'
:
{
target
:
'http://192.168.1.128:8081'
,
//
target: 'http://192.168.1.128:8081',
// target: 'https://wdsfwuxicenter.com/stage-api',
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
target
:
'http://192.168.1.128:8081'
,
//
target: 'http://192.168.1.128:8081',
// target: 'http://192.168.1.169:8081',
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
// target: 'https://wdsfwuxicenter.com/stage-api/',
// target: 'https://jijin.wtwuxicenter.com/stage-api',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
},
'/ticket'
:
{
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
target
:
'http://192.168.1.128:8081'
,
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
//
target: 'http://192.168.1.128:8081',
// target: 'https://wdsfwuxicenter.com/h5/',
// target: 'https://ticketh5.wdsfwuxicenter.com/h5/',
changeOrigin
:
true
,
...
...
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