Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
耿迪迪
gassafety-progress
Commits
1fd71101
Commit
1fd71101
authored
Mar 21, 2022
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应急处置
parent
423191c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
rightBar.vue
gassafetyprogress-web/src/components/emergency/rightBar.vue
+4
-1
No files found.
gassafetyprogress-web/src/components/emergency/rightBar.vue
View file @
1fd71101
...
...
@@ -116,7 +116,7 @@
<el-input
v-model=
"form.management"
type=
"textarea"
:disabled=
"readonly1"
placeholder=
"请输入处置信息"
/>
</el-form-item>
<el-form-item
label=
"指导意见"
prop=
"guidanceOpinion"
:style=
"display2"
>
<el-input
v-model=
"form.guidanceOpinion"
placeholder=
"请输入指导意见"
/>
<el-input
v-model=
"form.guidanceOpinion"
type=
"textarea"
placeholder=
"请输入指导意见"
/>
</el-form-item>
<el-form-item
label=
"应急预案"
prop=
"planId"
:style=
"display2"
>
<el-select
v-model=
"form.planId"
placeholder=
"请选择预案等级"
@
change=
"fananchange"
>
...
...
@@ -198,6 +198,9 @@ export default {
},
// 表单校验
rules
:
{
management
:
[
{
required
:
true
,
message
:
"请输入处置信息"
,
trigger
:
"blur"
},
],
}
};
},
...
...
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