mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 14:38:02 +00:00
fix: update AutoDetailCard to exclude specified fields in AdhocDetail component
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user