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
0b39f459
Commit
0b39f459
authored
Apr 09, 2022
by
wuqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022-4-9 吴卿华
parent
d938d855
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
gassafetyprogress-web/src/views/system/info/index.vue
+2
-2
No files found.
gassafetyprogress-web/src/views/system/info/index.vue
View file @
0b39f459
...
...
@@ -276,7 +276,7 @@
<el-input
v-model=
"form.latitude"
placeholder=
"请输入纬度"
:disabled=
"true"
/>
</el-col>
<el-col
:span=
"4"
style=
"margin-left: 30px"
>
<el-button
type=
"primary"
plain
@
click=
"MapdialogFun"
>
选择经纬度
</el-button>
<el-button
type=
"primary"
plain
@
click=
"MapdialogFun"
:disabled=
"true"
>
选择经纬度
</el-button>
</el-col>
</el-form-item>
</el-col>
...
...
@@ -782,7 +782,7 @@ export default {
/** 删除按钮操作 */
handleDelete
(
row
)
{
const
hiddenTroubleIds
=
row
.
hiddenTroubleId
||
this
.
ids
;
this
.
$confirm
(
'是否确认删除
燃气隐患编号为"'
+
hiddenTroubleIds
+
'"的数据项?'
,
"警告"
,
{
this
.
$confirm
(
'是否确认删除
隐患名称为"'
+
row
.
hiddenTroubleName
+
'"的数据项?'
,
"警告"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
...
...
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