Commit b1734b52db6bcd2400a8ff8cd1f8413bb9e5f215
1 parent
a5a51271
引入js
Showing
1 changed file
with
3 additions
and
1 deletions
src/main/resources/static/index.html
| ... | ... | @@ -305,7 +305,9 @@ tr.row-active td { |
| 305 | 305 | <!-- 日期控件 --> |
| 306 | 306 | <script src="/metronic_v4.5.4/plugins/bootstrap-datetimepicker-2/js/bootstrap-datetimepicker.min.js" ></script> |
| 307 | 307 | <!-- 表格控件 --> |
| 308 | - | |
| 308 | +<!-- 统计图控件 --> | |
| 309 | +<script src="/assets/global/getEchart.js"></script> | |
| 310 | +<script src="/assets/global/echarts.js"></script> | |
| 309 | 311 | <script src="/assets/js/common.js"></script> |
| 310 | 312 | <script src="/assets/js/dictionary.js"></script> |
| 311 | 313 | ... | ... |