mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
@@ -569,7 +569,7 @@ onMounted(() => {
|
||||
v-model="state.axisForm.axisLabelFormatter.unit"
|
||||
:placeholder="t('chart.pls_select_field')"
|
||||
size="small"
|
||||
@change="changeAxisStyle('axisLabelFormatter.unit')"
|
||||
@change="changeAxisStyle('axisLabelFormatter')"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in getUnitTypeList(
|
||||
|
||||
@@ -789,7 +789,7 @@ const isProgressBar = computed(() => {
|
||||
:effect="themes"
|
||||
v-model="state.labelForm.labelFormatter.unit"
|
||||
:placeholder="$t('chart.pls_select_field')"
|
||||
@change="changeLabelAttr('labelFormatter.unit')"
|
||||
@change="changeLabelAttr('labelFormatter')"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in getUnitTypeList(state.labelForm.labelFormatter.unitLanguage)"
|
||||
@@ -946,7 +946,7 @@ const isProgressBar = computed(() => {
|
||||
:effect="themes"
|
||||
v-model="state.labelForm.totalFormatter.unit"
|
||||
:placeholder="$t('chart.pls_select_field')"
|
||||
@change="changeLabelAttr('totalFormatter.unit')"
|
||||
@change="changeLabelAttr('totalFormatter')"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in getUnitTypeList(state.labelForm.totalFormatter.unitLanguage)"
|
||||
@@ -1109,7 +1109,7 @@ const isProgressBar = computed(() => {
|
||||
v-model="state.labelForm.quotaLabelFormatter.unit"
|
||||
:placeholder="t('chart.pls_select_field')"
|
||||
size="small"
|
||||
@change="changeLabelAttr('quotaLabelFormatter.unit')"
|
||||
@change="changeLabelAttr('quotaLabelFormatter')"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in getUnitTypeList(
|
||||
@@ -1639,7 +1639,7 @@ const isProgressBar = computed(() => {
|
||||
:effect="themes"
|
||||
v-model="state.labelForm.labelFormatter.unit"
|
||||
:placeholder="$t('chart.pls_select_field')"
|
||||
@change="changeLabelAttr('labelFormatter.unit')"
|
||||
@change="changeLabelAttr('labelFormatter')"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in getUnitTypeList(state.labelForm.labelFormatter.unitLanguage)"
|
||||
@@ -1897,7 +1897,7 @@ const isProgressBar = computed(() => {
|
||||
:effect="themes"
|
||||
v-model="state.labelForm.labelFormatter.unit"
|
||||
:placeholder="$t('chart.pls_select_field')"
|
||||
@change="changeLabelAttr('labelFormatter.unit')"
|
||||
@change="changeLabelAttr('labelFormatter')"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in getUnitTypeList(state.labelForm.labelFormatter.unitLanguage)"
|
||||
|
||||
@@ -645,7 +645,7 @@ onMounted(() => {
|
||||
v-model="state.tooltipForm.tooltipFormatter.unit"
|
||||
:placeholder="t('chart.pls_select_field')"
|
||||
size="small"
|
||||
@change="changeTooltipAttr('tooltipFormatter.unit')"
|
||||
@change="changeTooltipAttr('tooltipFormatter')"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in getUnitTypeList(state.tooltipForm.tooltipFormatter.unitLanguage)"
|
||||
|
||||
@@ -619,7 +619,7 @@ onMounted(() => {
|
||||
v-model="state.axisForm.axisLabelFormatter.unit"
|
||||
:placeholder="t('chart.pls_select_field')"
|
||||
size="small"
|
||||
@change="changeAxisStyle('axisLabelFormatter.unit')"
|
||||
@change="changeAxisStyle('axisLabelFormatter')"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in getUnitTypeList(state.axisForm.axisLabelFormatter.unitLanguage)"
|
||||
|
||||
@@ -604,7 +604,7 @@ onMounted(() => {
|
||||
v-model="state.axisForm.axisLabelFormatter.unit"
|
||||
:placeholder="t('chart.pls_select_field')"
|
||||
size="small"
|
||||
@change="changeAxisStyle('axisLabelFormatter.unit')"
|
||||
@change="changeAxisStyle('axisLabelFormatter')"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in getUnitTypeList(
|
||||
|
||||
Reference in New Issue
Block a user