11wqe1 6 달 전
부모
커밋
9bba4a69c1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/components/choseWorksDetailDialog.vue

+ 2 - 2
src/components/components/choseWorksDetailDialog.vue

@@ -37,12 +37,12 @@
                     </div>
                     <el-button type="primary" 
                     size="small" 
-                    v-if="[7,1,3].includes(toolType)" 
+                    v-if="[7,1,3,57].includes(toolType)" 
                     @click="captureScreenshot">作业提交</el-button>
                     
                     <el-button type="primary" 
                     size="small" 
-                    v-if="[7,1,3,49].indexOf(toolType) == -1" 
+                    v-if="[7,1,3,49,57].indexOf(toolType) == -1" 
                     @click="submitWork">作业提交</el-button>
                   </div>