Ver código fonte

页面样式更改

xiaoming_global 5 anos atrás
pai
commit
ad6da8d719
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      config/index.js
  2. 1 1
      src/pages/main/DialysisArea.vue

+ 1 - 1
config/index.js Ver arquivo

@@ -13,7 +13,7 @@ module.exports = {
13 13
     proxyTable: {},
14 14
 
15 15
     // Various Dev Server settings
16
-    // host: 'localhost', // can be overwritten by process.env.HOST
16
+    host: 'localhost', // can be overwritten by process.env.HOST
17 17
     port: 8081, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
18 18
     autoOpenBrowser: false,
19 19
     errorOverlay: true,

+ 1 - 1
src/pages/main/DialysisArea.vue Ver arquivo

@@ -242,7 +242,7 @@ export default {
242 242
           if (this.ismypatient) {
243 243
             if (schedule.dialysis_order.creator == this.user_id) {
244 244
               filtedSchedules.push(schedule)
245
-             }
245
+            }
246 246
           } else {
247 247
             if (zone_name.length == 0 || (zone_name.length > 0 && zone_name == schedule.device_number.zone.name)) {
248 248
               if (timetype_selected == 0 || schedule.schedule_type == timetype_selected) {