gaoluyang
3 天以前 4a56b77cc26f926e2f1b2a8c9fa28c0668e841b7
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
            }
         },
      ],