This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_lc_web_move_20240702
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
remove 2 btns
tags/v1.2.0
lixin
1 year ago
parent
c533a11ae9
commit
02e1ff1b2e
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/views/early-warning/fire/components/FireModal.vue
+ 2
- 2
src/views/early-warning/fire/components/FireModal.vue
View File
@@ -78,8 +78,8 @@ export default defineComponent({
show: props.visible,
width: 800,
title: '火灾隐患',
negativeText: '
取消
',
positiveText: '
确认
'
negativeText: '',
positiveText: ''
}
})
Write
Preview
Loading…
Cancel
Save