Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
50622148
Commit
50622148
authored
Apr 22, 2024
by
军师中郎将
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重大危险源 调整
parent
40581825
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
TSupMajorHazard.java
...c/main/java/com/zehong/system/domain/TSupMajorHazard.java
+0
-1
index.vue
...rsion-web/src/views/majorpollsourcelevel/record/index.vue
+6
-7
No files found.
zh-baseversion-system/src/main/java/com/zehong/system/domain/TSupMajorHazard.java
View file @
50622148
...
...
@@ -34,7 +34,6 @@ public class TSupMajorHazard extends BaseEntity
private
String
fPhone
;
/** 安全评估信息 */
@Excel
(
name
=
"安全评估信息"
)
private
String
fEvaInfor
;
/** 经度 */
...
...
zh-baseversion-web/src/views/majorpollsourcelevel/record/index.vue
View file @
50622148
...
...
@@ -77,7 +77,6 @@
<el-table-column
label=
"名称"
align=
"center"
prop=
"fName"
/>
<el-table-column
label=
"责任人"
align=
"center"
prop=
"fResPer"
/>
<el-table-column
label=
"电话"
align=
"center"
prop=
"fPhone"
/>
<el-table-column
label=
"安全评估信息"
align=
"center"
prop=
"fEvaInfor"
/>
<el-table-column
label=
"经度"
align=
"center"
prop=
"longitude"
/>
<el-table-column
label=
"纬度"
align=
"center"
prop=
"latitude"
/>
<el-table-column
label=
"分级情况"
align=
"center"
prop=
"fLevel"
:formatter=
"fLevelFormat"
/>
...
...
@@ -133,11 +132,6 @@
<el-input
v-model=
"form.fPhone"
placeholder=
"请输入电话"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"安全评估信息"
prop=
"fEvaInfor"
>
<el-input
v-model=
"form.fEvaInfor"
placeholder=
"请输入安全评估信息"
/>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -185,6 +179,9 @@
</el-col>
</el-row>
<el-form-item
label=
"安全评估信息"
prop=
"fEvaInfor"
>
<editor
v-if=
"open"
v-model=
"form.fEvaInfor"
placeholder=
"请输入安全评估信息"
:min-height=
"192"
/>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -206,12 +203,14 @@
<
script
>
import
{
listRecord
,
getRecord
,
delRecord
,
addRecord
,
updateRecord
,
exportRecord
}
from
"@/api/majorpollsourcelevel/record"
;
import
GetPos
from
'@/components/GetPos'
;
import
Editor
from
'@/components/Editor'
;
import
{
enterpriseLists
}
from
"@/api/regulation/info"
;
import
{
getInspectionUsers
}
from
"@/api/system/user"
;
export
default
{
name
:
"Record"
,
components
:
{
GetPos
GetPos
,
Editor
},
data
()
{
return
{
...
...
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