mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-25 07:14:43 +08:00
feat: 网站支持按状态排序 (#3166)
Refs https://github.com/1Panel-dev/1Panel/issues/2193
This commit is contained in:
parent
d087811ae3
commit
10aff32bb1
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('commons.table.status')" prop="status" width="120px">
|
||||
<el-table-column :label="$t('commons.table.status')" prop="status" width="120px" sortable>
|
||||
<template #default="{ row }">
|
||||
<el-button
|
||||
v-if="row.status === 'Running'"
|
||||
|
|
Loading…
Reference in a new issue