spring
2 天以前 0841c0c2c24056d142af161ec814d757a8c826d9
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
            }
         },
      ],