Browse Source

专利维权咨询-细化

zhangchuang 1 week ago
parent
commit
50127aa392
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/ip/patent-management/protection/hooks/useData.hook.ts

+ 1 - 1
src/views/ip/patent-management/protection/hooks/useData.hook.ts

@@ -40,7 +40,7 @@ export const useDataListInit = () => {
   // 删除操作
   const onDelete = (row: any) => {
     ElMessageBox.confirm(
-      `请确认要删除专利名称为【${row.patentsName}】的专利信息`,
+      `请确认要删除用户名为【${row.userName}】的专利维权咨询`,
       "提示信息",
       {
         confirmButtonText: "确认",