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
f6e7ec6a
authored
2024-09-19 17:50:01 +0800
by
zhangmeng
1
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
查询优化
1 parent
832059ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/viewsPc/match/components/hotTable.vue
src/viewsPc/match/components/hotTable.vue
View file @
f6e7ec6
...
...
@@ -34,7 +34,7 @@
</el-table-column>
<el-table-column
:label=
"language==0?'状态':'State'"
align=
"center"
prop=
"status"
width=
"160"
>
<template
#
default=
"
{row}">
{{
row
.
status
==
1
?
language
==
0
?
'已预留'
:
'Reserved'
:
null
}}
{{
language
==
0
?
'已预留'
:
'Reserved'
}}
</
template
>
</el-table-column>
</el-table>
...
...
杨炀
@yangyang
mentioned in commit
bff2a6ed
2024-09-27 02:42:41 UTC
mentioned in commit
bff2a6ed
Toggle commit list
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