fix: kafka默认配置
parent
56a06223ff
commit
3623586d81
|
|
@ -9,13 +9,13 @@
|
|||
<item-detail :item="item" v-if="isShowItem(item)"></item-detail>
|
||||
</div>
|
||||
</CardLayout>
|
||||
<item-detail label-width="150px" :item="row" :disabled="isPreview"></item-detail>
|
||||
<item-detail label-width="170px" :item="row" :disabled="isPreview"></item-detail>
|
||||
</el-col>
|
||||
</template>
|
||||
</el-row>
|
||||
<el-row v-for="item in tableData" :key="item.id">
|
||||
<el-col :span="24">
|
||||
<item-detail label-width="150px" :item="item" :disabled="isPreview"></item-detail>
|
||||
<item-detail label-width="170px" :item="item" :disabled="isPreview"></item-detail>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue