Skip to content

Commit 0b3d66e

Browse files
authored
upload.vue: fix wrong words (flipped-aurora#1180)
1 parent afab1fd commit 0b3d66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/view/example/upload/upload.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const getTableData = async() => {
128128
getTableData()
129129
130130
const deleteFileFunc = async(row) => {
131-
ElMessageBox.confirm('此操作将永久文件, 是否继续?', '提示', {
131+
ElMessageBox.confirm('此操作将永久删除文件, 是否继续?', '提示', {
132132
confirmButtonText: '确定',
133133
cancelButtonText: '取消',
134134
type: 'warning',

0 commit comments

Comments
 (0)