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
Commit
e53afcf7
authored
Jun 15, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitee.com/yudaocode/yudao-ui-admin-vue3
parents
0e6b020a
2217c141
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 @
e53afcf7
...
...
@@ -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