gaoluyang
2025-12-09 f46eb39fc2c749575c38dfe753e7a1b2fba2ff96
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
            }
         },
      ],
   },