mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
fix(数据): 保存数据集时,报错内容提示优化 #17671
This commit is contained in:
@@ -2621,7 +2621,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