File tree Expand file tree Collapse file tree 6 files changed +22
-30
lines changed Expand file tree Collapse file tree 6 files changed +22
-30
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <doc-alert title =" 代码生成" url =" https://doc.iocoder.cn/new-feature/" />
2
+ <doc-alert title =" 代码生成(单表)" url =" https://doc.iocoder.cn/new-feature/" />
3
+ <doc-alert title =" 代码生成(树表)" url =" https://doc.iocoder.cn/new-feature/tree/" />
4
+ <doc-alert title =" 代码生成(主子表)" url =" https://doc.iocoder.cn/new-feature/master-sub/" />
3
5
<doc-alert title =" 单元测试" url =" https://doc.iocoder.cn/unit-test/" />
4
6
5
7
<!-- 搜索 -->
Original file line number Diff line number Diff line change 1
1
<template >
2
+ <doc-alert title =" 代码生成(单表)" url =" https://doc.iocoder.cn/new-feature/" />
3
+
2
4
<ContentWrap >
3
5
<!-- 搜索工作栏 -->
4
6
<el-form
18
20
/>
19
21
</el-form-item >
20
22
<el-form-item label =" 性别" prop =" sex" >
21
- <el-select
22
- v-model =" queryParams.sex"
23
- placeholder =" 请选择性别"
24
- clearable
25
- class =" !w-240px"
26
- >
23
+ <el-select v-model =" queryParams.sex" placeholder =" 请选择性别" clearable class =" !w-240px" >
27
24
<el-option
28
25
v-for =" dict in getIntDictOptions(DICT_TYPE.SYSTEM_USER_SEX)"
29
26
:key =" dict.value"
@@ -214,4 +211,4 @@ const handleExport = async () => {
214
211
onMounted (() => {
215
212
getList ()
216
213
})
217
- </script >
214
+ </script >
Original file line number Diff line number Diff line change 1
1
<template >
2
+ <doc-alert title =" 代码生成(树表)" url =" https://doc.iocoder.cn/new-feature/tree/" />
3
+
2
4
<ContentWrap >
3
5
<!-- 搜索工作栏 -->
4
6
<el-form
@@ -202,4 +204,4 @@ const toggleExpandAll = async () => {
202
204
onMounted (() => {
203
205
getList ()
204
206
})
205
- </script >
207
+ </script >
Original file line number Diff line number Diff line change 1
1
<template >
2
+ <doc-alert title =" 代码生成(主子表)" url =" https://doc.iocoder.cn/new-feature/master-sub/" />
3
+
2
4
<ContentWrap >
3
5
<!-- 搜索工作栏 -->
4
6
<el-form
18
20
/>
19
21
</el-form-item >
20
22
<el-form-item label =" 性别" prop =" sex" >
21
- <el-select
22
- v-model =" queryParams.sex"
23
- placeholder =" 请选择性别"
24
- clearable
25
- class =" !w-240px"
26
- >
23
+ <el-select v-model =" queryParams.sex" placeholder =" 请选择性别" clearable class =" !w-240px" >
27
24
<el-option
28
25
v-for =" dict in getIntDictOptions(DICT_TYPE.SYSTEM_USER_SEX)"
29
26
:key =" dict.value"
@@ -240,4 +237,4 @@ const handleCurrentChange = (row) => {
240
237
onMounted (() => {
241
238
getList ()
242
239
})
243
- </script >
240
+ </script >
Original file line number Diff line number Diff line change 1
1
<template >
2
+ <doc-alert title =" 代码生成(主子表)" url =" https://doc.iocoder.cn/new-feature/master-sub/" />
3
+
2
4
<ContentWrap >
3
5
<!-- 搜索工作栏 -->
4
6
<el-form
18
20
/>
19
21
</el-form-item >
20
22
<el-form-item label =" 性别" prop =" sex" >
21
- <el-select
22
- v-model =" queryParams.sex"
23
- placeholder =" 请选择性别"
24
- clearable
25
- class =" !w-240px"
26
- >
23
+ <el-select v-model =" queryParams.sex" placeholder =" 请选择性别" clearable class =" !w-240px" >
27
24
<el-option
28
25
v-for =" dict in getIntDictOptions(DICT_TYPE.SYSTEM_USER_SEX)"
29
26
:key =" dict.value"
@@ -229,4 +226,4 @@ const handleExport = async () => {
229
226
onMounted (() => {
230
227
getList ()
231
228
})
232
- </script >
229
+ </script >
Original file line number Diff line number Diff line change 1
1
<template >
2
+ <doc-alert title =" 代码生成(主子表)" url =" https://doc.iocoder.cn/new-feature/master-sub/" />
3
+
2
4
<ContentWrap >
3
5
<!-- 搜索工作栏 -->
4
6
<el-form
18
20
/>
19
21
</el-form-item >
20
22
<el-form-item label =" 性别" prop =" sex" >
21
- <el-select
22
- v-model =" queryParams.sex"
23
- placeholder =" 请选择性别"
24
- clearable
25
- class =" !w-240px"
26
- >
23
+ <el-select v-model =" queryParams.sex" placeholder =" 请选择性别" clearable class =" !w-240px" >
27
24
<el-option
28
25
v-for =" dict in getIntDictOptions(DICT_TYPE.SYSTEM_USER_SEX)"
29
26
:key =" dict.value"
@@ -214,4 +211,4 @@ const handleExport = async () => {
214
211
onMounted (() => {
215
212
getList ()
216
213
})
217
- </script >
214
+ </script >
You can’t perform that action at this time.
0 commit comments