Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-pc
Commits
3574cf50
Commit
3574cf50
authored
Aug 24, 2023
by
周昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、业态关联字典
parent
a07354f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
src/views/risk/plan/index.vue
src/views/risk/plan/index.vue
+9
-1
No files found.
src/views/risk/plan/index.vue
View file @
3574cf50
...
...
@@ -158,7 +158,14 @@
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"
业态
"
prop
=
"
projectBusiness
"
>
<
el
-
input
v
-
model
=
"
form.projectBusiness
"
placeholder
=
"
请输入业态
"
/>
<
el
-
select
v
-
model
=
"
form.projectBusiness
"
placeholder
=
"
请选择风险点类型
"
>
<
el
-
option
v
-
for
=
"
dict in dict.type.risk_project_business
"
:
key
=
"
dict.value
"
:
label
=
"
dict.label
"
:
value
=
"
dict.value
"
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"
评估楼栋
"
prop
=
"
buildingIds
"
>
<
el
-
select
v
-
model
=
"
form.buildingIds
"
multiple
medium
placeholder
=
"
请选择评估楼栋
"
>
...
...
@@ -234,6 +241,7 @@
export
default
{
name
:
"
Plan
"
,
dicts
:
[
'
risk_project_business
'
],
components
:
{
Treeselect
}
,
...
...
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