webUi
赵桐华 5 years ago
parent 71ed0f9f42
commit 210c9aedc2
  1. 4
      frontend/views/finance/ticheng-jisuan.php

@ -3,6 +3,7 @@ use \common\libs\MyLib;
?>
<?php $this->beginBlock('header_css'); ?>
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet">
<link href="/assets/css/bootstrap.min.css" rel="stylesheet">
<?php $this->endBlock(); ?>
<div class="wrapper wrapper-content animated fadeInRight" style="display:fixed;">
@ -131,7 +132,7 @@ use \common\libs\MyLib;
</form>
<div class="row">
<div class="col-md-12">
<table class="table table-bordered" id="listTable" data-toggle="table" data-height="200">
<table class="table table-bordered" id="listTable table" data-toggle="table" data-height="200">
<thead class="bg-warning">
<tr>
<th data-field="state" data-checkbox="true"></th>
@ -178,6 +179,7 @@ use \common\libs\MyLib;
</div>
<?php $this->beginBlock('footer_js'); ?>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table.min.js"></script>
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script>
<script src="/assets/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>

Loading…
Cancel
Save