소스 검색

修改文字

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',