From 77e2acfbd772e5fb173114874c48a7a5e6f753d0 Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期五, 05 三月 2021 15:04:29 +0800
Subject: [PATCH] 修改bug
---
src/views/yunpan/zhishou.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/yunpan/zhishou.vue b/src/views/yunpan/zhishou.vue
index 72a00f4..d1950a4 100644
--- a/src/views/yunpan/zhishou.vue
+++ b/src/views/yunpan/zhishou.vue
@@ -102,7 +102,7 @@
@click="delFile()"
>删除</el-button>
<el-popconfirm title="是否移动文件?" @onConfirm="mvdialogFormVisible = true">
- <el-button slot="reference" class="hr-but" type="danger">移动</el-button>
+ <el-button slot="reference" class="hr-but" type="danger">转存</el-button>
</el-popconfirm>
</el-col>
</el-row>
--
Gitblit v1.8.0