chenhj
8 天以前 2fc58fbb10745abd97168b8da21d4142e11d7f2e
src/views/customerService/feedbackRegistration/index.vue
@@ -120,9 +120,6 @@
            clickFun: (row) => {
               openForm("edit", row);
            },
            disabled: (row) => {
               return row.checkUserId !== userStore.id || row.status !== 1
            }
         },
      ],
   },