Lijy hai 1 ano
pai
achega
c3b89bd962

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/.vscode/settings.json

@@ -5,6 +5,7 @@
     "i18n-ally.encoding": "utf-8", // 翻译文件的编码
     "i18n-ally.sourceLanguage": "zh", // 根据此 cn 语言文件翻译其他语言文件的 变量和内容
     "i18n-ally.displayLanguage": "zh", // 组件中显示的语言
-    "i18n-ally.keystyle": "flat", // 翻译后变量的格式, flat(扁平式即对象属性路径变成一个长字符串), nested(嵌套式即对象属性变量可以进行相互之间的嵌套)
+    "i18n-ally.keystyle": "flat",
+    "vue-i18n.i18nPaths": "src\\i18n", // 翻译后变量的格式, flat(扁平式即对象属性路径变成一个长字符串), nested(嵌套式即对象属性变量可以进行相互之间的嵌套)
     // 注意: 如果 i18n-ally 检测不出来框架, 或 提示错误, 可能是版本太高的缘故
 }

+ 20 - 10
fhKeeper/formulahousekeeper/timesheet/index.html

@@ -11,9 +11,11 @@
         <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico"/>
         <link href="./static/css/public.css" rel="stylesheet" type="text/css"/>
         <!-- 引入样式 -->
-        <link href="https://cdn.staticfile.org/element-ui/2.13.0/theme-chalk/index.css" rel="stylesheet">
+        <!-- <link href="https://cdn.staticfile.org/element-ui/2.13.0/theme-chalk/index.css" rel="stylesheet"> -->
+        <link rel="stylesheet" href="./static/js/element-uiCss.css">
         <!-- 接入JQ  -->
-        <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
+        <!-- <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script> -->
+        <script src="./static/js/jquery.min.js"></script>
         <style>
             /* 滚动条样式修改 */
             /*滚动条凹槽的颜色,还可以设置边框属性 */
@@ -109,7 +111,8 @@
         if (isProductEnv) {    !(function(c,i,e,b){var h=i.createElement("script");var f=i.getElementsByTagName("script")[0];h.type="text/javascript";h.crossorigin=true;h.onload=function(){c[b]||(c[b]=new c.wpkReporter({bid:"dta_2_71020"}));c[b].installAll()};f.parentNode.insertBefore(h,f);h.src=e})(window,document,"https://g.alicdn.com/woodpeckerx/jssdk??wpkReporter.js","__wpk"); }</script> -->
     </head>
     <!-- 接入飞书 -->
-    <script type="text/javascript" src="https://lf1-cdn-tos.bytegoofy.com/goofy/lark/op/h5-js-sdk-1.5.16.js"></script>
+    <!-- <script type="text/javascript" src="https://lf1-cdn-tos.bytegoofy.com/goofy/lark/op/h5-js-sdk-1.5.16.js"></script> -->
+    <script src="./static/js/goofy.js"></script>
     <!-- <script src="https://unpkg.com/vconsole/dist/vconsole.min.js"></script>
     <script>
         var vConsole = new window.VConsole();
@@ -123,17 +126,24 @@
             }
         </script>
         <!-- 引入Vue.js -->
-        <script src="https://cdn.staticfile.org/vue/2.6.10/vue.min.js"></script>
+        <!-- <script src="https://cdn.staticfile.org/vue/2.6.10/vue.min.js"></script> -->
+        <script src="./static/js/vue.min.js"></script>
         <!-- 引入vuex.js -->
-        <script src="https://cdn.staticfile.org/vuex/3.0.0/vuex.min.js"></script>
+        <!-- <script src="https://cdn.staticfile.org/vuex/3.0.0/vuex.min.js"></script> -->
+        <script src="./static/js/vuex.min.js"></script>
         <!-- 引入vue-router -->
-        <script src="https://cdn.staticfile.org/vue-router/3.0.0/vue-router.min.js"></script>
+        <!-- <script src="https://cdn.staticfile.org/vue-router/3.0.0/vue-router.min.js"></script> -->
+        <script src="./static/js/vue-router.min.js"></script>
         <!-- 引入组件库 -->
-        <script src="https://cdn.staticfile.org/element-ui/2.13.0/index.js"></script>
+        <!-- <script src="https://cdn.staticfile.org/element-ui/2.13.0/index.js"></script> -->
+        <script src="./static/js/element-ui.js"></script>
         <!-- 引入echarts -->
-        <script src="https://cdn.staticfile.org/echarts/3.8.5/echarts.min.js"></script>
+        <!-- <script src="https://cdn.staticfile.org/echarts/3.8.5/echarts.min.js"></script> -->
+        <script src="./static/js/echarts.min.js"></script>
         <!-- 引入企业微信js -->
-        <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js" referrerpolicy="origin"></script>
-        <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js" referrerpolicy="origin"></script>
+        <!-- <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js" referrerpolicy="origin"></script>
+        <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js" referrerpolicy="origin"></script> -->
+        <script src="./static/js/jweixin-1.2.0.js"></script>
+        <script src="./static/js/jwxwork-1.0.0.js"></script>
     </body>
 </html>

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/main.js

@@ -10,7 +10,7 @@ Vue.use(elTableInfiniteScroll)
 // import Vuex from 'vuex'
 // Vue.use(Vuex)
 // import echarts from 'echarts'
-// import 'element-ui/lib/theme-chalk/index.css'
+import 'element-ui/lib/theme-chalk/index.css'
 
 import App from './App'
 import store from './vuex/store'

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/static/js/echarts.min.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/static/js/element-ui.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/static/js/element-uiCss.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/static/js/goofy.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 6 - 0
fhKeeper/formulahousekeeper/timesheet/static/js/jquery.min.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/static/js/jweixin-1.2.0.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/static/js/jwxwork-1.0.0.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 6 - 0
fhKeeper/formulahousekeeper/timesheet/static/js/vue-router.min.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 6 - 0
fhKeeper/formulahousekeeper/timesheet/static/js/vue.min.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 6 - 0
fhKeeper/formulahousekeeper/timesheet/static/js/vuex.min.js