|
@@ -101,10 +101,6 @@
|
|
|
<input name="is_report" id="is_report_1" type="radio" size="35" value="1" {if isset($doctors) && $doctors.is_report=='1' }checked="check" {/if} /><label for="is_report_1" >是</label>
|
|
|
<input name="is_report" id="is_report_0" type="radio" size="35" value="0" {if isset($doctors) && $doctors.is_report=='0' }checked="check" {/if} /><label for="is_report_0">否</label>
|
|
|
</td>
|
|
|
- <th height="32" align="right">附件:</th>
|
|
|
- <td >
|
|
|
- <a href="{if isset($doctors) }{$doctors.attachment}{/if}" download="">下载附件</a>
|
|
|
- </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th height="32" align="right">备注:</th>
|