Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
Commits
a7460605
Commit
a7460605
authored
Aug 25, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐患信息生成工单隐患类型和隐患级别的显示问题
parent
a9fc4a6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
index.vue
...fety-web/src/views/riskManagement/hiddenTrouble/index.vue
+5
-2
No files found.
gassafety-web/src/views/riskManagement/hiddenTrouble/index.vue
View file @
a7460605
...
@@ -222,10 +222,13 @@
...
@@ -222,10 +222,13 @@
<font>
{{form2.troubleName}}
</font>
<font>
{{form2.troubleName}}
</font>
</el-form-item>
</el-form-item>
<el-form-item
label=
"隐患类型"
>
<el-form-item
label=
"隐患类型"
>
<font>
{{form2.troubleType}}
</font>
<font
v-if=
"form2.troubleType == 1"
>
设备老化
</font>
<font
v-if=
"form2.troubleType == 2"
>
质保过期
</font>
</el-form-item>
</el-form-item>
<el-form-item
label=
"隐患级别"
>
<el-form-item
label=
"隐患级别"
>
<font>
{{form2.troubleLevel}}
</font>
<font
v-if=
"form2.troubleLevel == 1"
>
Ⅰ级
</font>
<font
v-if=
"form2.troubleLevel == 2"
>
Ⅱ级
</font>
<font
v-if=
"form2.troubleLevel == 3"
>
Ⅲ级
</font>
</el-form-item>
</el-form-item>
<el-form-item
label=
"工单名称"
prop=
"orderName"
style=
"width: 720px"
>
<el-form-item
label=
"工单名称"
prop=
"orderName"
style=
"width: 720px"
>
<el-input
v-model=
"form2.orderName"
placeholder=
"请输入工单名称"
/>
<el-input
v-model=
"form2.orderName"
placeholder=
"请输入工单名称"
/>
...
...
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