Prechádzať zdrojové kódy

组合科目不显示答题卡

liurongli 8 mesiacov pred
rodič
commit
898b6e9227

+ 1 - 1
src/views/analysisReport/studentPage/scrolReport/transcript_total.vue

@@ -22,7 +22,7 @@
               </template>
               <template v-else-if="title.prop == 'imgUrlList'">
                 <!-- :disabled="!scope?.row?.imgUrlList || scope?.row?.imgUrlList == '-'" -->
-                <el-button v-if="scope.row.isTotal==0 || scope.row.subjectGroupType==0" type="text" @click="OpenStudentPaper(scope.row.subjectCode)">查看答题卡</el-button>
+                <el-button v-if="scope.row.isTotal==0 && scope.row.subjectGroupType==0" type="text" @click="OpenStudentPaper(scope.row.subjectCode)">查看答题卡</el-button>
                 <template v-else>-</template>
               </template>
               <template v-else>{{ scope.row?.[title.prop] || "-" }}</template>

+ 1 - 1
version.json

@@ -1,5 +1,5 @@
 {
-  "version": "0.1.3_2025_10_13_0",
+  "version": "0.1.3_2025_10_14_0",
   "content": [
     {
       "time": "2024-11-1",