Commit bd75c78e by 冷斌

fix bug

parent 6d1b12ea
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
</dd> </dd>
</dl> </dl>
<php>}</php> <php>}</php>
<blockquote class="quote">试卷名称:<font style="color: #3695ff;">{$paper.exams_paper_title}</font> <blockquote class="quote">试卷名称:<font style="color: #3695ff;">{$paper.exams_paper_title}</font>
总题数:<font style="color: #3695ff;"><if condition="$paper['assembly_type'] neq 1">{$paper_options.questions_count|default=0}<else/>{$paper.questions_count|default=0}</if></font> 总题数:<font style="color: #3695ff;"><if condition="$paper['assembly_type'] neq 1">{$paper_options.questions_count|default=0}<else/>{$paper.questions_count|default=0}</if></font>
总分数:<font style="color: #3695ff;"><if condition="$paper['assembly_type'] neq 1">{$paper_options.score|default=0}<else/>{$paper.score|default=0}</if></font> 总分数:<font style="color: #3695ff;"><if condition="$paper['assembly_type'] neq 1">{$paper_options.score|default=0}<else/>{$paper.score|default=0}</if></font>
</blockquote > </blockquote >
<if condition="$paper['assembly_type'] neq 1"> <if condition="$paper['assembly_type'] neq 1">
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<th width="5%">试题考点</th> <th width="5%">试题考点</th>
<th width="5%">试题题型</th> <th width="5%">试题题型</th>
<th width="5%">试题难度</th> <th width="5%">试题难度</th>
<th width="5%">试题版块</th> <!-- <th width="5%">试题版块</th>-->
<th width="10%">操作</th> <th width="10%">操作</th>
</tr> </tr>
<tbody> <tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment