正在显示
1 个修改的文件
包含
5 行增加
和
6 行删除
| @@ -13,12 +13,11 @@ | @@ -13,12 +13,11 @@ | ||
| 13 | min-width="10%" | 13 | min-width="10%" |
| 14 | :show-overflow-tooltip="true" | 14 | :show-overflow-tooltip="true" |
| 15 | /> | 15 | /> |
| 16 | - <el-table-column | ||
| 17 | - label="字段描述" | ||
| 18 | - prop="columnComment" | ||
| 19 | - min-width="10%" | ||
| 20 | - :show-overflow-tooltip="true" | ||
| 21 | - /> | 16 | + <el-table-column label="字段描述" min-width="10%"> |
| 17 | + <template slot-scope="scope"> | ||
| 18 | + <el-input v-model="scope.row.columnComment"></el-input> | ||
| 19 | + </template> | ||
| 20 | + </el-table-column> | ||
| 22 | <el-table-column | 21 | <el-table-column |
| 23 | label="物理类型" | 22 | label="物理类型" |
| 24 | prop="columnType" | 23 | prop="columnType" |
-
请 注册 或 登录 后发表评论