11wqe1 3 mesiacov pred
rodič
commit
9bba4a69c1

+ 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>