mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(数据): 保存数据集时,报错内容提示优化 #17671
This commit is contained in:
@@ -2631,7 +2631,7 @@ const getIconNameCalc = (deType, extField, dimension = false) => {
|
||||
label-width="120px"
|
||||
>
|
||||
<el-form-item prop="name" :label="t('dataset.field_name')">
|
||||
<el-input v-model="currentNormalField.name" />
|
||||
<el-input maxlength="100" v-model="currentNormalField.name" />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<template #footer>
|
||||
|
||||
Reference in New Issue
Block a user