代码生成字段描述可编辑
This commit is contained in:
parent
0c1a27769a
commit
f18b3bc6be
|
@ -13,12 +13,11 @@
|
||||||
min-width="10%"
|
min-width="10%"
|
||||||
:show-overflow-tooltip="true"
|
:show-overflow-tooltip="true"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column label="字段描述" min-width="10%">
|
||||||
label="字段描述"
|
<template slot-scope="scope">
|
||||||
prop="columnComment"
|
<el-input v-model="scope.row.columnComment"></el-input>
|
||||||
min-width="10%"
|
</template>
|
||||||
:show-overflow-tooltip="true"
|
</el-table-column>
|
||||||
/>
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="物理类型"
|
label="物理类型"
|
||||||
prop="columnType"
|
prop="columnType"
|
||||||
|
|
Loading…
Reference in New Issue