update ZR.Vue/src/views/tool/gen/editTable.vue
This commit is contained in:
parent
0f8bcb9434
commit
f57e83f387
@ -9,9 +9,9 @@
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="字段信息" name="cloum">
|
||||
<el-table ref="dragTable" v-loading="loading" :data="columns" row-key="columnId" min-height="150px" :max-height="tableHeight">
|
||||
<el-table-column label="序号" type="index" class-name="allowDrag" fixed />
|
||||
<el-table-column label="字段列名" prop="columnName" :show-overflow-tooltip="true" fixed />
|
||||
<el-table-column label="字段描述" fixed>
|
||||
<el-table-column label="序号" type="index" class-name="allowDrag" />
|
||||
<el-table-column label="字段列名" prop="columnName" :show-overflow-tooltip="true" />
|
||||
<el-table-column label="字段描述" >
|
||||
<template slot-scope="scope">
|
||||
<el-input v-model="scope.row.columnComment" :ref="scope.row.columnId" @keydown.native="nextFocus(scope.row, scope.$index, $event)">
|
||||
</el-input>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user