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