刘洋 hace 10 meses
padre
commit
95122b7213
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/modules/quality/subjective-check/index.vue

+ 1 - 1
src/modules/quality/subjective-check/index.vue

@@ -11,7 +11,7 @@
         type="primary"
         size="small"
         class="m-l-base m-r-auto"
-        :disabled="currentSubjectiveCheck"
+        :disabled="!currentSubjectiveCheck"
         :loading="confirmLoading"
         @click="onConfirm"
         >提交确认</el-button