spring
8 天以前 3f3d35d6d6445f9cc90a8cf7bb496bee7f465542
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
            }
         },
      ],