Procházet zdrojové kódy

fix: 删除提示语修改

vera_min před 1 rokem
rodič
revize
826e1ed09e

+ 1 - 1
src/views/iot/ice104/device/index.vue

@@ -102,7 +102,7 @@ const resetQuery = () => {
  * 单一删除
  */
 const onDel = (row: any) => {
-	ElMessageBox.confirm(`此操作将删除接口:“${row.title}”,是否继续?`, '提示', {
+	ElMessageBox.confirm(`此操作将设备名为:“${row.title}”,是否继续?`, '提示', {
 		confirmButtonText: '确认',
 		cancelButtonText: '取消',
 		type: 'warning',

+ 1 - 1
src/views/iot/ice104/template/index.vue

@@ -95,7 +95,7 @@ const resetQuery = () => {
 };
 
 const onDel = (row: any) => {
-	ElMessageBox.confirm(`此操作将删除接口:“${row.title}”,是否继续?`, '提示', {
+	ElMessageBox.confirm(`此操作将删除模版:“${row.title}”,是否继续?`, '提示', {
 		confirmButtonText: '确认',
 		cancelButtonText: '取消',
 		type: 'warning',