mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 11:10:51 +00:00
fix: update AutoDetailCard to exclude specified fields in AdhocDetail component
This commit is contained in:
parent
8b1c964082
commit
52ca8f55a2
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<TwoCol>
|
||||
<AutoDetailCard :fields="detailFields" :object="object" :url="url" />
|
||||
<AutoDetailCard :excludes="excludes" :object="object" :url="url" />
|
||||
<template #right>
|
||||
<IBox :title="$tc('Variable')">
|
||||
<Variable
|
||||
|
Loading…
Reference in New Issue
Block a user