mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 16:22:01 +08:00
chore: 调整文案
This commit is contained in:
@@ -12,7 +12,7 @@ export interface ConfirmModalProps extends Omit<ModalFuncProps, 'visible'> {
|
||||
}
|
||||
|
||||
export function confirmDeleteModal(props: ConfirmModalProps) {
|
||||
const placeholder = props.placeholder || `输入'确认删除'以确认删除`;
|
||||
const placeholder = props.placeholder || `输入'确认删除'`;
|
||||
const confirmText = props.confirmText || '确认删除';
|
||||
|
||||
const formValue = reactive({
|
||||
|
||||
Reference in New Issue
Block a user