mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor(图表): 添加图表插件字段编辑事件
This commit is contained in:
@@ -1998,6 +1998,11 @@ const deleteChartFieldItem = id => {
|
||||
:quota="state.quota"
|
||||
:themes="themes"
|
||||
:emitter="emitter"
|
||||
@onDimensionItemChange="dimensionItemChange"
|
||||
@onDimensionItemRemove="dimensionItemRemove"
|
||||
@onNameEdit="showRename"
|
||||
@onCustomSort="onCustomSort"
|
||||
@valueFormatter="valueFormatter"
|
||||
/>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
||||
Reference in New Issue
Block a user