mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
22 lines
708 B
HTML
Executable File
22 lines
708 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>收据单</title>
|
|
</head>
|
|
<body>
|
|
<vc:create path="frame/bodyTop"></vc:create>
|
|
<!-- 1231 -->
|
|
<div id="component">
|
|
</div>
|
|
</body>
|
|
<!-- import CSS -->
|
|
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
|
|
<link rel="stylesheet" href="/css/vc-ui.css" />
|
|
<link rel="stylesheet" href="/css/vc.css" />
|
|
<script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
|
|
<script src="/js/bootstrap/bootstrap.min.js"></script>
|
|
<script src="/js/vue/vue.min.js"></script>
|
|
<script src="/js/vue/vue-resource.min.js"></script>
|
|
<script src="/vcCore/vcFramework.js"></script>
|
|
</html> |