ปิดการแสดงของ ปุ่มตอนเกิดสถานะ
This commit is contained in:
parent
f9582fa712
commit
0a8fd9ee2b
1 changed files with 2 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ function onRestore(name: string) {
|
|||
</q-td>
|
||||
<q-td>
|
||||
<q-btn
|
||||
v-if="props.row.status !== 'running'"
|
||||
dense
|
||||
flat
|
||||
round
|
||||
|
|
@ -243,6 +244,7 @@ function onRestore(name: string) {
|
|||
</q-btn>
|
||||
|
||||
<q-btn
|
||||
v-if="props.row.status !== 'running'"
|
||||
dense
|
||||
flat
|
||||
round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue