Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
ceefa20a
Commit
ceefa20a
authored
Dec 13, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整代码生成页列宽
parent
89e1f2a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ruoyi-ui/src/views/tool/gen/index.vue
ruoyi-ui/src/views/tool/gen/index.vue
+5
-5
No files found.
ruoyi-ui/src/views/tool/gen/index.vue
View file @
ceefa20a
...
@@ -91,21 +91,21 @@
...
@@ -91,21 +91,21 @@
align=
"center"
align=
"center"
prop=
"tableName"
prop=
"tableName"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
width=
"1
3
0"
width=
"1
2
0"
/>
/>
<el-table-column
<el-table-column
label=
"表描述"
label=
"表描述"
align=
"center"
align=
"center"
prop=
"tableComment"
prop=
"tableComment"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
width=
"1
3
0"
width=
"1
2
0"
/>
/>
<el-table-column
<el-table-column
label=
"实体"
label=
"实体"
align=
"center"
align=
"center"
prop=
"className"
prop=
"className"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
width=
"1
3
0"
width=
"1
2
0"
/>
/>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"160"
/>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"160"
/>
<el-table-column
label=
"更新时间"
align=
"center"
prop=
"updateTime"
width=
"160"
/>
<el-table-column
label=
"更新时间"
align=
"center"
prop=
"updateTime"
width=
"160"
/>
...
@@ -159,13 +159,13 @@
...
@@ -159,13 +159,13 @@
<!-- 预览界面 -->
<!-- 预览界面 -->
<el-dialog
:title=
"preview.title"
:visible.sync=
"preview.open"
width=
"80%"
top=
"5vh"
append-to-body
>
<el-dialog
:title=
"preview.title"
:visible.sync=
"preview.open"
width=
"80%"
top=
"5vh"
append-to-body
>
<el-tabs
v-model=
"preview.activeName"
>
<el-tabs
v-model=
"preview.activeName"
>
<el-tab-pane
style=
"overflow-x: scroll;"
<el-tab-pane
v-for=
"(value, key) in preview.data"
v-for=
"(value, key) in preview.data"
:label=
"key.substring(key.lastIndexOf('/')+1,key.indexOf('.vm'))"
:label=
"key.substring(key.lastIndexOf('/')+1,key.indexOf('.vm'))"
:name=
"key.substring(key.lastIndexOf('/')+1,key.indexOf('.vm'))"
:name=
"key.substring(key.lastIndexOf('/')+1,key.indexOf('.vm'))"
:key=
"key"
:key=
"key"
>
>
<highlightjs
autodetect
:code=
"value"
/>
<highlightjs
autodetect
:code=
"value"
/>
</el-tab-pane>
</el-tab-pane>
</el-tabs>
</el-tabs>
</el-dialog>
</el-dialog>
...
...
Write
Preview
Markdown
is supported
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