forked from github/dataease
Merge pull request #12522 from dataease/pr@dev-v2@chart-chart-show-name-length
style(图表): 指标以及维度的显示名称输入框去掉最大长度限制,使用表单的限制为准,限制为50 #12145
This commit is contained in:
commit
4a43cf2223
@ -3481,12 +3481,7 @@ const deleteChartFieldItem = id => {
|
||||
class="name-edit-form no-margin-bottom"
|
||||
prop="chartShowName"
|
||||
>
|
||||
<el-input
|
||||
v-model="state.itemForm.chartShowName"
|
||||
class="text"
|
||||
:maxlength="20"
|
||||
clearable
|
||||
/>
|
||||
<el-input v-model="state.itemForm.chartShowName" class="text" clearable />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user