Browse Source

Merge branch 'update' of http://git.shengws.com/zhangbj/xt_pad into update

csx 5 years ago
parent
commit
46d8609c53

+ 4 - 0
build/webpack.base.conf.js View File

@@ -76,6 +76,10 @@ let webpackConfig = {
76 76
           limit: 10000,
77 77
           name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
78 78
         }
79
+      },
80
+      {
81
+        test: /\.sass$/,
82
+        loaders: ['style', 'css', 'sass']
79 83
       }
80 84
     ]
81 85
   },

+ 2 - 2
config/dev.env.js View File

@@ -4,7 +4,7 @@ const prodEnv = require('./prod.env')
4 4
 
5 5
 module.exports = merge(prodEnv, {
6 6
   NODE_ENV: '"development"',
7
-  BASE_API: '"http://localhost:9529"',
7
+  BASE_API: '"http://api.xt.test.sgjyun.com"',
8 8
    //http://api.xt.test.sgjyun.com http://localhost:9529
9
-  // BASE_API: '"http://localhost:9529"'
9
+   // BASE_API: '"http://localhost:9529"'
10 10
 })

+ 4 - 4
package.json View File

@@ -16,9 +16,9 @@
16 16
     "fiximg": "xcopy %cd%\\dist\\static\\img %cd%\\dist\\static\\css\\static\\img /s /y /d /e /i"
17 17
   },
18 18
   "dependencies": {
19
-    "axios": "^0.18.0",
19
+    "axios": "^0.19.0",
20 20
     "cropperjs": "^1.4.3",
21
-    "element-ui": "^2.4.6",
21
+    "element-ui": "^2.9.1",
22 22
     "lib-flexible": "^0.3.2",
23 23
     "mint-ui": "^2.2.13",
24 24
     "print-js": "^1.0.54",
@@ -29,7 +29,7 @@
29 29
     "vue-pickers": "^1.1.5",
30 30
     "vue-router": "^3.0.1",
31 31
     "vuex": "^3.0.1",
32
-    "vux": "^2.9.2"
32
+    "vux": "^2.9.4"
33 33
   },
34 34
   "devDependencies": {
35 35
     "autoprefixer": "^7.1.2",
@@ -95,7 +95,7 @@
95 95
     "vue-style-loader": "^3.0.1",
96 96
     "vue-template-compiler": "^2.5.2",
97 97
     "vux-loader": "^1.2.9",
98
-    "webpack": "^3.6.0",
98
+    "webpack": "^3.12.0",
99 99
     "webpack-bundle-analyzer": "^2.9.0",
100 100
     "webpack-dev-server": "^2.9.1",
101 101
     "webpack-merge": "^4.1.0",

+ 3 - 3
src/pages/advice/DialysisAdviceTable.vue View File

@@ -106,10 +106,10 @@
106 106
           </tr>
107 107
         </template>
108 108
       </template>
109
-    </table>
109
+     </table>
110
+     <div class="NoData" v-show="zones.length  <= 1"><img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt=""></div>
111
+    
110 112
     </div>
111
-    <!--<div class="NoData" v-show="zones.length <= 1"><img src="@/assets/login/data.jpg" alt=""></div>-->
112
-    <div class="NoData" v-show="zones.length  <= 1"><img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt=""></div>
113 113
 
114 114
   <mt-datetime-picker
115 115
     v-model="selected_date"

+ 1 - 1
src/pages/main/dialysis/InspectionItemTable.vue View File

@@ -5,7 +5,7 @@
5 5
     <van-list
6 6
       v-model="loading"
7 7
       :finished="finished"
8
-      finished-text="没有更多了"
8
+      finished-text="  "
9 9
       @load="onLoad"
10 10
     >
11 11
       <table class="table">

+ 7 - 1
src/pages/main/today/TodayTab.vue View File

@@ -172,7 +172,7 @@
172 172
       </ul>
173 173
     </div> -->
174 174
  
175
-   <el-button class="goTop" v-show="goTopShow" @click="goTop"  type="primary" icon="el-icon-arrow-up" circle style="position:fixed;right:20px;bottom:20px;"></el-button>
175
+   <el-button class="goTop" v-show="goTopShow" @click="goTop"  type="primary" icon="el-icon-arrow-up" circle style="position:fixed;right:50px;bottom:50px;"></el-button>
176 176
 
177 177
    </div>
178 178
 </template>
@@ -1001,5 +1001,11 @@ export default {
1001 1001
     }
1002 1002
   }
1003 1003
 }
1004
+.el-button.is-circle{
1005
+  padding: 18px!important;
1006
+  .el-icon-arrow-up{
1007
+    font-size: 20px!important;
1008
+  }
1009
+}
1004 1010
 </style>
1005 1011
 

+ 1 - 0
src/pages/monitoring/index.vue View File

@@ -37,6 +37,7 @@
37 37
       <van-list
38 38
         v-model="loading"
39 39
         :finished="finished"
40
+        finished-text="  "
40 41
         @load="onLoad"
41 42
       >
42 43
       <div class="blueBorder"></div>