11wqe1 6 bulan lalu
induk
melakukan
9bba4a69c1
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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>