zhangjiaqing
3 天以前 f5f65e6a9a49709c451dc2efd253970b5ae41f69
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>