mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
style: 限制数字格式化后缀长度 (#17798)
This commit is contained in:
@@ -172,6 +172,7 @@ getExampleValue()
|
||||
<el-input
|
||||
v-model="formatterCfg.suffix"
|
||||
:effect="themes"
|
||||
maxlength="30"
|
||||
size="small"
|
||||
clearable
|
||||
:placeholder="t('commons.input_content')"
|
||||
|
||||
@@ -117,6 +117,7 @@ getExampleValue()
|
||||
<el-input
|
||||
v-model="formatterItem.formatterCfg.suffix"
|
||||
clearable
|
||||
maxlength="30"
|
||||
:placeholder="t('commons.input_content')"
|
||||
@change="getExampleValue"
|
||||
/>
|
||||
|
||||
@@ -1433,6 +1433,7 @@ const isProgressBar = computed(() => {
|
||||
:effect="props.themes"
|
||||
v-model="curSeriesFormatter.formatterCfg.suffix"
|
||||
size="small"
|
||||
maxlength="30"
|
||||
clearable
|
||||
:placeholder="t('commons.input_content')"
|
||||
@change="changeLabelAttr('seriesLabelFormatter')"
|
||||
|
||||
@@ -935,6 +935,7 @@ onMounted(() => {
|
||||
:disabled="!curSeriesFormatter.show"
|
||||
:effect="props.themes"
|
||||
v-model="curSeriesFormatter.formatterCfg.suffix"
|
||||
maxlength="30"
|
||||
size="small"
|
||||
clearable
|
||||
:placeholder="t('commons.input_content')"
|
||||
|
||||
Reference in New Issue
Block a user