Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
6d64000f
Commit
6d64000f
authored
May 05, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改大厅窗口删除提示
parent
5d939a52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
base-manager-ui/admin/src/pages/basicset/hall/hallwindow/HallWindow.vue
...i/admin/src/pages/basicset/hall/hallwindow/HallWindow.vue
+2
-2
No files found.
base-manager-ui/admin/src/pages/basicset/hall/hallwindow/HallWindow.vue
View file @
6d64000f
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
</
template
>
</
template
>
<
template
slot=
"action"
slot-scope=
"text"
>
<
template
slot=
"action"
slot-scope=
"text"
>
<a
href=
"javascript:;"
class=
"delete"
@
click=
"handleDel(text.id)"
<a
href=
"javascript:;"
class=
"delete"
@
click=
"handleDel(text.id)"
>
删
除
</a
>
移
除
</a
>
>
</
template
>
</
template
>
</a-table>
</a-table>
...
@@ -332,7 +332,7 @@ export default {
...
@@ -332,7 +332,7 @@ export default {
let
_this
=
this
;
let
_this
=
this
;
this
.
$confirm
({
this
.
$confirm
({
title
:
"
系统提示
"
,
title
:
"
系统提示
"
,
content
:
"
删除不可恢复,确定要删除
吗?
"
,
content
:
"
确定要移除所选窗口
吗?
"
,
okText
:
"
确定
"
,
okText
:
"
确定
"
,
okType
:
"
danger
"
,
okType
:
"
danger
"
,
cancelText
:
"
取消
"
,
cancelText
:
"
取消
"
,
...
...
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