mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
perf: 处理分组属性的展示
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<n-input-number
|
||||
v-model:value="chartAttr.w"
|
||||
:min="50"
|
||||
:disabled="isGroup"
|
||||
size="small"
|
||||
placeholder="px"
|
||||
>
|
||||
@@ -13,6 +14,7 @@
|
||||
<n-input-number
|
||||
v-model:value="chartAttr.h"
|
||||
:min="50"
|
||||
:disabled="isGroup"
|
||||
size="small"
|
||||
placeholder="px"
|
||||
>
|
||||
@@ -32,6 +34,10 @@ const props = defineProps({
|
||||
chartAttr: {
|
||||
type: Object as PropType<Omit<PickCreateComponentType<'attr'>, 'node' | 'conNode'>>,
|
||||
required: true
|
||||
},
|
||||
isGroup: {
|
||||
type: Boolean,
|
||||
required: false
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user