| 
					
				 | 
			
			
				@@ -6,7 +6,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ></mx-condition> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </el-card> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <el-card class="box-card"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <mx-table :prop-defines="propDefines" :rows="rows" v-loading="loading"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <mx-table :prop-defines="propDefines" :rows="rows" v-loading="loading" border> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <template #title="{row}"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <mx-question-content :options="questionOptions(row)"></mx-question-content> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </template> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -53,11 +53,12 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         title:{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           label:'题目', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           slot:'title', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          width:500 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        type:{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          label:'题型' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          align:'left', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          width:700 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // type:{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //   label:'题型' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         createdTime:{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           label:'时间' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 |