feat(X-Pack): 数据填报创建单个索引时限制字段格数

This commit is contained in:
ulleo 2024-04-28 17:10:44 +08:00
parent 56e4f16726
commit 20c20dca3e

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') }}