!9 update ZR.Vue/src/views/tool/gen/editTable.vue.
Merge pull request !9 from 当当/N/A
This commit is contained in:
commit
5077d6888f
@ -9,9 +9,9 @@
|
|||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane label="字段信息" name="cloum">
|
<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 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="序号" type="index" class-name="allowDrag" />
|
||||||
<el-table-column label="字段列名" prop="columnName" :show-overflow-tooltip="true" fixed />
|
<el-table-column label="字段列名" prop="columnName" :show-overflow-tooltip="true" />
|
||||||
<el-table-column label="字段描述" fixed>
|
<el-table-column label="字段描述" >
|
||||||
<template slot-scope="scope">
|
<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 v-model="scope.row.columnComment" :ref="scope.row.columnId" @keydown.native="nextFocus(scope.row, scope.$index, $event)">
|
||||||
</el-input>
|
</el-input>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user