去掉stiReport插件相关调用

This commit is contained in:
2021-06-08 21:40:11 +08:00
parent de2a0ff193
commit dcddd8e35a
4 changed files with 12 additions and 247 deletions
@@ -220,7 +220,6 @@
<select class="input-select2 form-control input-sm" id="print_type" name="print_type" data-width="100%">
<option value="html" @if($template['print_type'] == 'html') selected @endif>html</option>
<option value="pdf" @if($template['print_type'] == 'pdf') selected @endif>pdf</option>
<option value="stiReport" @if($template['print_type'] == 'stiReport') selected @endif>stiReport</option>
</select>
</div>
</div>