浏览代码

修改文字

yanglzh 3 年之前
父节点
当前提交
4b9b894cc1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/api/index.vue

+ 1 - 1
src/views/system/api/index.vue

@@ -87,7 +87,7 @@ const addOrEdit = async (row?: ApiRow) => {
 };
 
 const onDel = (row: ApiRow) => {
-	ElMessageBox.confirm(`此操作将删除按钮:“${row.name}”,是否继续?`, '提示', {
+	ElMessageBox.confirm(`此操作将删除接口:“${row.name}”,是否继续?`, '提示', {
 		confirmButtonText: '确认',
 		cancelButtonText: '取消',
 		type: 'warning',