Merge pull request #9413 from ulleo/dev

feat(X-Pack): 数据填报创建单个索引时限制字段格数
This commit is contained in:
ulleo
2024-04-28 17:11:22 +08:00
committed by GitHub

View File

@@ -664,6 +664,7 @@ export default {
</div>
</div>
<el-button
v-if="scope.row.columns.length < 5"
type="text"
@click="addColumn(scope.row.columns)"
>+ {{ $t('data_fill.form.add_column') }}