Browse Source

修改文字

yanglzh 3 năm trước cách đây
mục cha
commit
4b9b894cc1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',