Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-ui
Commits
850d7153
Commit
850d7153
authored
Aug 29, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码生成添加表属性
parent
e7993069
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
genInfoForm.vue
src/views/tool/gen/genInfoForm.vue
+13
-1
No files found.
src/views/tool/gen/genInfoForm.vue
View file @
850d7153
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<el-form-item
prop=
"packageName"
>
<el-form-item
prop=
"packageName"
>
<span
slot=
"label"
>
<span
slot=
"label"
>
生成包路径
生成包路径
<el-tooltip
content=
"生成在哪个java包下,例如 com.
ruoyi
.system"
placement=
"top"
>
<el-tooltip
content=
"生成在哪个java包下,例如 com.
test
.system"
placement=
"top"
>
<i
class=
"el-icon-question"
></i>
<i
class=
"el-icon-question"
></i>
</el-tooltip>
</el-tooltip>
</span>
</span>
...
@@ -23,6 +23,18 @@
...
@@ -23,6 +23,18 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
prop=
"childPackageName"
>
<span
slot=
"label"
>
子包名
<el-tooltip
content=
"例如 com.test.system.controller.子包名"
placement=
"top"
>
<i
class=
"el-icon-question"
></i>
</el-tooltip>
</span>
<el-input
v-model=
"info.childPackageName"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
prop=
"moduleName"
>
<el-form-item
prop=
"moduleName"
>
<span
slot=
"label"
>
<span
slot=
"label"
>
...
...
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