style(editor): 显示条件表格配置

This commit is contained in:
roymondchen 2025-01-06 16:23:43 +08:00
parent a831413151
commit 4313ddca54

View File

@ -63,7 +63,8 @@ const config = computed<GroupListConfig>(() => ({
{ {
type: 'table', type: 'table',
name: 'cond', name: 'cond',
operateColWidth: 50, operateColWidth: 100,
enableToggleMode: false,
items: [ items: [
parentFields.value.length parentFields.value.length
? { ? {