Browse Source

试评不能提交问题卷

Michael Wang 4 years ago
parent
commit
eab320823f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/features/mark/MarkHeader.vue

+ 1 - 1
src/features/mark/MarkHeader.vue

@@ -125,7 +125,7 @@
             <td>特殊标记</td>
             <td><a-switch v-model:checked="specialTagChecked" /></td>
           </tr>
-          <tr>
+          <tr v-if="store.setting.statusValue !== 'TRIAL'">
             <td>问题卷</td>
             <td><a-button @click="openProblemModal">选择问题类型</a-button></td>
           </tr>