huminmin
19 小时以前 8e7ba0e7ec31030c5ed716b3a4e86a6a4160bdff
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
            }
         },
      ],