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
d961a55e
authored
2024-09-19 11:25:17 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
查询优化
1 parent
4aea5aa9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
src/viewsPc/match/components/airportPickupTable.vue
src/viewsPc/match/components/hotTable.vue
src/viewsPc/match/components/airportPickupTable.vue
View file @
d961a55
...
...
@@ -8,8 +8,10 @@
:prefix-icon=
"Search"
clearable
size=
"small"
style=
"width: 200px"
/>
<el-button
size=
"small"
style=
"margin-left: 20px"
type=
"primary"
@
click=
"getList"
>
查询
</el-button>
style=
"width: 260px"
/>
<el-button
size=
"small"
style=
"margin-left: 20px"
type=
"primary"
@
click=
"getList"
>
{{
language
==
0
?
'查询'
:
'SEARCH'
}}
</el-button>
</div>
<el-table
:data=
"list"
border
>
<el-table-column
:label=
"language==0?'序号':'Serial'"
:min-width=
"language==0?60:80"
align=
"center"
...
...
src/viewsPc/match/components/hotTable.vue
View file @
d961a55
...
...
@@ -8,8 +8,10 @@
:prefix-icon=
"Search"
clearable
size=
"small"
style=
"width: 200px;"
/>
<el-button
size=
"small"
style=
"margin-left: 20px"
type=
"primary"
@
click=
"getList"
>
查询
</el-button>
style=
"width: 260px;"
/>
<el-button
size=
"small"
style=
"margin-left: 20px"
type=
"primary"
@
click=
"getList"
>
{{
language
==
0
?
'查询'
:
'SEARCH'
}}
</el-button>
</div>
<el-table
:data=
"list"
border
>
<el-table-column
:label=
"language==0?'序号':'Serial'"
:min-width=
"language==0?60:80"
align=
"center"
...
...
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