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
commit fc0ef2ad58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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