Karsa hace 5 meses
padre
commit
f3b6ec61d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/knowledge_manage/list.vue

+ 1 - 1
src/views/knowledge_manage/list.vue

@@ -394,7 +394,7 @@ export default {
 
     handleDelItem({KnowledgeResourceId}) {
       this.$confirm(
-        '确定删除该事件吗?', 
+        `确定删除该${ this.titlePath }吗?`, 
         '提示',
         {
         type: 'warning'