maven
2025-12-02 16653643b991a7b6876b5a4764491c78529ff4e8
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
            }
         },
      ],
   },