mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
fix: API数据源数据结构优化
This commit is contained in:
@@ -519,7 +519,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column prop="name" :label="$t('dataset.field_rename')">
|
||||
<template slot-scope="scope">
|
||||
<el-input
|
||||
<el-input :disabled="scope.row.children"
|
||||
size="mini"
|
||||
type="text"
|
||||
v-model="scope.row.name"
|
||||
@@ -533,7 +533,7 @@
|
||||
:label="$t('dataset.field_type')"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-select
|
||||
<el-select :disabled="scope.row.children"
|
||||
v-model="scope.row.deExtractType"
|
||||
size="mini"
|
||||
style="display: inline-block; width: 120px"
|
||||
|
||||
Reference in New Issue
Block a user