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
2fc776e9
authored
2024-06-14 15:41:01 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
英文车辆预定为空
1 parent
145d1ea2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/viewsPc/booking/car.vue
src/viewsPc/booking/car.vue
View file @
2fc776e
...
...
@@ -12,7 +12,6 @@
{{
language
==
0
?
'搜索'
:
'Search'
}}
</el-button>
</div>
</div>
<div
class=
"box"
v-loading=
"loading"
>
<el-collapse
v-model=
"activeName"
accordion
style=
"--el-collapse-header-height:'auto'"
>
<el-collapse-item
:name=
"index"
v-for=
"(h,index) in list"
class=
"hotel"
>
...
...
@@ -111,7 +110,7 @@ const list = ref([])
const
loading
=
ref
(
false
)
onMounted
(()
=>
{
query
.
value
.
activityId
=
route
.
params
.
cptId
getList
()
if
(
language
.
value
==
0
)
getList
()
})
function
getList
()
{
...
...
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