Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
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
李苏
sgaqgl-vue
Commits
ff516ec4
Commit
ff516ec4
authored
Nov 14, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
确少的字段
parent
8eb1a465
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
12 deletions
+10
-12
details.vue
src/views/riskPrecontrol/maintenanceRiskTask/details.vue
+6
-6
edit.vue
src/views/riskPrecontrol/screeningCriteria/edit.vue
+4
-6
No files found.
src/views/riskPrecontrol/maintenanceRiskTask/details.vue
View file @
ff516ec4
...
...
@@ -5,7 +5,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"部门或分厂"
>
<RelSelect
style=
"width: 100%;"
:readonly=
"true"
src=
'/kzzx/bm/query'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='details.bmid' >
</RelSelect>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -39,19 +39,19 @@
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"作业步骤"
>
<el-input
type=
"textarea"
>
<el-input
:value=
"details.zybz||'暂无'"
type=
"textarea"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"危害因素"
>
<el-input
type=
"textarea"
>
<el-input
:value=
"details.whys"
type=
"textarea"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"事故后果"
>
<el-input
type=
"textarea"
>
<el-input
:value=
"details.sghg"
type=
"textarea"
>
</el-input>
</el-form-item>
</el-col>
...
...
@@ -62,13 +62,13 @@
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"检查措施描述"
>
<el-input
type=
"textarea"
>
<el-input
:value=
"details.jccsms"
type=
"textarea"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"管控措施落实后等级"
>
<el-input
>
<el-input
:value=
"details.lsdj"
>
</el-input>
</el-form-item>
</el-col>
...
...
src/views/riskPrecontrol/screeningCriteria/edit.vue
View file @
ff516ec4
...
...
@@ -27,7 +27,7 @@
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"风险地点"
ref=
"fxpcdd"
prop=
"fxpcdd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.fxpcdd"
></el-input>
<el-input
type=
'textarea'
:readonly=
"readonly"
v-model=
"form.fxpcdd"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -112,14 +112,14 @@
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"事故后果"
ref=
"sghg"
prop=
"sghg"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sghg"
></el-input>
<el-input
type=
"textarea"
:readonly=
"readonly"
v-model=
"form.sghg"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
12
"
>
<el-col
:span=
"
24
"
>
<el-form-item
label=
"检查措施描述"
ref=
"jccsms"
prop=
"jccsms"
>
<el-input
:readonly=
"readonly"
v-model=
"form.jccsms"
></el-input>
<el-input
type=
"textarea"
:readonly=
"readonly"
v-model=
"form.jccsms"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -242,5 +242,3 @@
}
}
</
script
>
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