Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
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
poc
poc-fe
Commits
d1dd668a
Commit
d1dd668a
authored
Oct 11, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 更正单词拼写
parent
cdc86c04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
custom-modal.vue
src/components/custom-modal/custom-modal.vue
+3
-3
No files found.
src/components/custom-modal/custom-modal.vue
View file @
d1dd668a
...
@@ -29,7 +29,7 @@ const props = withDefaults(defineProps<Props>(), {
...
@@ -29,7 +29,7 @@ const props = withDefaults(defineProps<Props>(), {
btnLoading
:
false
,
btnLoading
:
false
,
btnDisabled
:
false
,
btnDisabled
:
false
,
cancelBtnText
:
'取 消'
,
cancelBtnText
:
'取 消'
,
confirmBtnText
:
'确认'
,
confirmBtnText
:
'确
认'
,
labelWidth
:
80
,
labelWidth
:
80
,
labelPlacement
:
'left'
,
labelPlacement
:
'left'
,
})
})
...
@@ -58,7 +58,7 @@ function handleCloseModal() {
...
@@ -58,7 +58,7 @@ function handleCloseModal() {
emit
(
'close'
)
emit
(
'close'
)
}
}
function
handle
Detele
()
{
function
handle
Confirm
()
{
emit
(
'confirm'
)
emit
(
'confirm'
)
}
}
</
script
>
</
script
>
...
@@ -96,7 +96,7 @@ function handleDetele() {
...
@@ -96,7 +96,7 @@ function handleDetele() {
type=
"primary"
type=
"primary"
:disabled=
"btnDisabled"
:disabled=
"btnDisabled"
class=
"h-[32px]! px-6! rounded-md! ml-4!"
class=
"h-[32px]! px-6! rounded-md! ml-4!"
@
click=
"handle
Detele
"
@
click=
"handle
Confirm
"
>
>
{{
confirmBtnText
}}
{{
confirmBtnText
}}
</NButton>
</NButton>
...
...
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