refactor(视图): echarts去掉不用的内容格式设置项

This commit is contained in:
wangjiahao 2022-08-29 15:52:00 +08:00
parent 326abdb644
commit 33e63c7928
2 changed files with 0 additions and 8 deletions

View File

@ -126,10 +126,6 @@
</el-form-item>
</span>
</span>
<el-divider v-if="showProperty('axisLabel')" />
<el-form-item v-show="showProperty('axisLabel')" :label="$t('chart.content_formatter')" class="form-item">
<el-input v-model="axisForm.axisLabel.formatter" type="textarea" :autosize="{ minRows: 4, maxRows: 4}" @blur="changeYAxisStyle('axisLabel')" />
</el-form-item>
</div>
</el-form>
</el-col>

View File

@ -126,10 +126,6 @@
</el-form-item>
</span>
</span>
<el-divider v-if="showProperty('axisLabel')" />
<el-form-item v-show="showProperty('axisLabel')" :label="$t('chart.content_formatter')" class="form-item">
<el-input v-model="axisForm.axisLabel.formatter" type="textarea" :autosize="{ minRows: 4, maxRows: 4}" @blur="changeYAxisStyle('axisLabel')" />
</el-form-item>
</div>
</el-form>
</el-col>