chore: 调整文案
This commit is contained in:
parent
a41f392a9e
commit
d6377e1eab
@ -12,7 +12,7 @@ export interface ConfirmModalProps extends Omit<ModalFuncProps, 'visible'> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function confirmDeleteModal(props: ConfirmModalProps) {
|
export function confirmDeleteModal(props: ConfirmModalProps) {
|
||||||
const placeholder = props.placeholder || `输入'确认删除'以确认删除`;
|
const placeholder = props.placeholder || `输入'确认删除'`;
|
||||||
const confirmText = props.confirmText || '确认删除';
|
const confirmText = props.confirmText || '确认删除';
|
||||||
|
|
||||||
const formValue = reactive({
|
const formValue = reactive({
|
||||||
|
Loading…
Reference in New Issue
Block a user