mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-12 20:05:57 +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>
|
<template>
|
||||||
<TwoCol>
|
<TwoCol>
|
||||||
<AutoDetailCard :fields="detailFields" :object="object" :url="url" />
|
<AutoDetailCard :excludes="excludes" :object="object" :url="url" />
|
||||||
<template #right>
|
<template #right>
|
||||||
<IBox :title="$tc('Variable')">
|
<IBox :title="$tc('Variable')">
|
||||||
<Variable
|
<Variable
|
||||||
|
Loading…
Reference in New Issue
Block a user