Browse Source

个人课纲&&答题卡准考证号数量

OnePsycho 4 years ago
parent
commit
aefb66c5ec

+ 1 - 1
TEAMModelOS/ClientApp/src/view/answersheet/SheetBaseInfo.vue

@@ -20,7 +20,7 @@
         ></Checkbox>
       </CheckboxGroup>
       <p class="edit-title">准考证号位数</p>
-      <InputNumber :max="10" :min="4" v-model="idLength"></InputNumber>
+      <InputNumber :max="12" :min="4" v-model="idLength"></InputNumber>
     </Modal>
   </div>
 </template>

+ 0 - 1
TEAMModelOS/ClientApp/src/view/answersheet/SheetObjective.vue

@@ -338,7 +338,6 @@
 		position: absolute;
 		top: 55px;
 		right: 110px;
-		width: 40px;
 		height: 25px;
 		/* background: #00a43a; */
 		display: flex;

+ 1 - 1
TEAMModelOS/ClientApp/src/view/syllabus/Syllabus.vue

@@ -13,7 +13,7 @@
 				  subjectIndex == activeSubjectIndex ? 'item-active' : '',
 				]" @click="onSubjectChange(subject,subjectIndex)">{{ subject.name }}</span>
 			</div>
-			<div>
+			<div v-if="!isSchool">
 				<span style="color: #F0F0F0;font-size: 18px;font-weight: bolder;">个人课纲</span>
 			</div>
 			<Button @click="onSaveSyllabus" class="btn-save-modify" icon="md-folder"