Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
2217c141
authored
Jun 15, 2025
by
芋道源码
Committed by
Gitee
Jun 15, 2025
Browse files
Options
Browse Files
Download
Plain Diff
!775 代码生成配置更新于修复
Merge pull request !775 from 涛声依旧/master
parents
66fe7e6c
13d26703
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
+15
-1
src/views/infra/codegen/components/ColumInfoForm.vue
+15
-1
No files found.
src/views/infra/codegen/components/ColumInfoForm.vue
View file @
2217c141
...
...
@@ -95,7 +95,20 @@
</el-table-column>
<el-table-column
label=
"字典类型"
min-width=
"12%"
>
<
template
#
default=
"scope"
>
<el-select
v-model=
"scope.row.dictType"
clearable
filterable
placeholder=
"请选择"
>
<el-select
v-model=
"scope.row.dictType"
:value-on-clear=
"''"
clearable
filterable
placeholder=
"请选择"
>
<template
#
header
>
<div
class=
"flex justify-end"
>
<el-popover
class=
"box-item"
content=
"加载最新字典"
placement=
"top-start"
>
<template
#
reference
>
<el-button
:icon=
"Refresh"
size=
"small"
circle
@
click=
"getDictOptions"
class=
""
/>
</
template
>
</el-popover>
</div>
</template>
<el-option
v-for=
"dict in dictOptions"
:key=
"dict.id"
...
...
@@ -114,6 +127,7 @@
</template>
<
script
lang=
"ts"
setup
>
import
{
PropType
}
from
'vue'
import
{
Refresh
}
from
'@element-plus/icons-vue'
import
*
as
CodegenApi
from
'@/api/infra/codegen'
import
*
as
DictDataApi
from
'@/api/system/dict/dict.type'
...
...
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