Commit 266dd612 authored by 罗林杰's avatar 罗林杰

修改知识库

parent 57b8be69
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
function download() { function download() {
createConfirm({ createConfirm({
iconType: 'warning', iconType: 'warning',
title: 'Tip', title: '确认下载',
content: '确认下载?', content: '确认下载?',
onOk() { onOk() {
createMessage.success('下载成功!'); createMessage.success('下载成功!');
...@@ -151,8 +151,8 @@ ...@@ -151,8 +151,8 @@
function handleDeleteIds() { function handleDeleteIds() {
createConfirm({ createConfirm({
iconType: 'warning', iconType: 'warning',
title: 'Tip', title: '确认删除',
content: '确认批量删除?', content: '确认批量删除选中文件吗?',
onOk() { onOk() {
createMessage.success('批量删除成功!'); createMessage.success('批量删除成功!');
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment