mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(图表): 优化明细表自动换行的最大行数,不允许小数
This commit is contained in:
@@ -1107,6 +1107,7 @@ onMounted(() => {
|
||||
:min="1"
|
||||
:step="1"
|
||||
:disabled="mergeCell"
|
||||
:precision="0"
|
||||
@change="changeBasicStyle('maxLines')"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
Reference in New Issue
Block a user