Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
f18b3bc6
Commit
f18b3bc6
authored
Feb 28, 2020
by
RuoYi
Browse files
代码生成字段描述可编辑
parent
0c1a2776
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/tool/gen/editTable.vue
View file @
f18b3bc6
...
...
@@ -13,12 +13,11 @@
min-width=
"10%"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"字段描述"
prop=
"columnComment"
min-width=
"10%"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"字段描述"
min-width=
"10%"
>
<template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.columnComment"
></el-input>
</
template
>
</el-table-column>
<el-table-column
label=
"物理类型"
prop=
"columnType"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment