chenhj
2025-12-16 71ce07f810982989b08a776ac107eed08c55a15e
src/views/customerService/feedbackRegistration/index.vue
@@ -120,9 +120,6 @@
            clickFun: (row) => {
               openForm("edit", row);
            },
            disabled: (row) => {
               return row.checkUserId !== userStore.id || row.status !== 1
            }
         },
      ],
   },