yaowanxin
8 天以前 376cab4afba8fd1b8be67cae067ed917462c2e16
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
            }
         },
      ],
   },