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
5a7af159
authored
Aug 15, 2025
by
孙美琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
相关修改
parent
8aeaf156
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/utils/dict.ts
+1
-1
src/views/biz/industryapplication/IndustryApplicationForm.vue
+1
-1
src/views/biz/industryapplication/index.vue
+2
-2
No files found.
src/utils/dict.ts
View file @
5a7af159
...
...
@@ -249,7 +249,7 @@ export enum DICT_TYPE {
// ========== 首页信息模块 ==========
HOME_INFO_STATUS
=
'home_info_status'
,
HOME_INFO_COMPUTILITY_TYPE
=
'home_info_computility_type'
,
HOME_INFO_ASSEMBLY_TYPE
=
'home_info_assembly
_type'
,
INDUSTRY_APPLICATION_TYPE
=
'industry_application
_type'
,
HOME_INFO_INFORMATION_CATEGORY
=
'home_info_information_category'
,
HOME_INFO_INDUSTRY_CATEGORY
=
'home_info_industry_category'
,
}
src/views/biz/industryapplication/IndustryApplicationForm.vue
View file @
5a7af159
...
...
@@ -97,7 +97,7 @@
<el-form-item
label=
"组件类型"
prop=
"assemblyType"
>
<el-select
v-model=
"formData.assemblyType"
placeholder=
"请选择组件类型"
clearable
class=
"!w-150px"
>
<el-option
v-for=
"dict in getIntDictOptions(DICT_TYPE.
HOME_INFO_ASSEMBLY
_TYPE)"
v-for=
"dict in getIntDictOptions(DICT_TYPE.
INDUSTRY_APPLICATION
_TYPE)"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
...
...
src/views/biz/industryapplication/index.vue
View file @
5a7af159
...
...
@@ -43,7 +43,7 @@
class=
"!w-150px"
>
<el-option
v-for=
"dict in getIntDictOptions(DICT_TYPE.
HOME_INFO_ASSEMBLY
_TYPE)"
v-for=
"dict in getIntDictOptions(DICT_TYPE.
INDUSTRY_APPLICATION
_TYPE)"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
...
...
@@ -149,7 +149,7 @@
<el-table-column
label=
"组件类型"
align=
"center"
prop=
"assemblyType"
>
<
template
#
default=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.
HOME_INFO_ASSEMBLY
_TYPE"
:value=
"scope.row.assemblyType"
/>
<dict-tag
:type=
"DICT_TYPE.
INDUSTRY_APPLICATION
_TYPE"
:value=
"scope.row.assemblyType"
/>
</
template
>
</el-table-column>
...
...
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