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