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
faf66b01
Commit
faf66b01
authored
Nov 15, 2022
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
cf25acbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
edit.vue
src/views/dangerManagement/maintenanceDg/edit.vue
+12
-10
No files found.
src/views/dangerManagement/maintenanceDg/edit.vue
View file @
faf66b01
...
...
@@ -10,30 +10,32 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"检验项目"
ref=
"xm"
prop=
"xm"
>
<el-input
:readonly=
"readonly"
v-model=
"form.xm"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"罚款金额"
ref=
"fkje"
prop=
"fkje"
>
<el-input
:readonly=
"readonly"
v-model=
"form.fkje"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"隐患等级"
ref=
"yhdj"
prop=
"yhdj"
>
<RelSelect
style=
'width: 100%;'
src=
'aqgl/fxyk/fxpc/init/wxdj'
clearable
:match=
"
{value:'id',label:'name'}" v-model='form.yhdj' >
</RelSelect>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.yhdj"
></el-input>
-->
</el-form-item>
</el-col>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"考核分数"
ref=
"khfs"
prop=
"khfs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.khfs"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"检验项目"
ref=
"xm"
prop=
"xm"
>
<el-input
:readonly=
"readonly"
v-model=
"form.xm"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"检验内容"
ref=
"content"
prop=
"content"
>
...
...
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