mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-16 18:54:43 +08:00
fix: 解决应用删除提示页面没有实时刷新的 BUG
This commit is contained in:
parent
ce44ccdedb
commit
7591a716f4
@ -8,7 +8,7 @@
|
|||||||
show-icon
|
show-icon
|
||||||
:closable="false"
|
:closable="false"
|
||||||
/>
|
/>
|
||||||
<el-col :span="20" :offset="2">
|
<el-col :span="20" :offset="2" v-if="open">
|
||||||
<br />
|
<br />
|
||||||
<el-descriptions border :column="1">
|
<el-descriptions border :column="1">
|
||||||
<el-descriptions-item v-for="(item, key) in map" :key="key">
|
<el-descriptions-item v-for="(item, key) in map" :key="key">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user