chenhj
昨天 a7e6e4c69e17f1b10acf75d03c0a46327c1b3dcf
src/views/customerService/feedbackRegistration/index.vue
@@ -121,7 +121,7 @@
               openForm("edit", row);
            },
            disabled: (row) => {
               return row.checkUserId !== userStore.id || row.status !== 1
               return row.status !== 1
            }
         },
      ],