Browse Source

页面样式更改

xiaoming_global 5 years ago
parent
commit
ad6da8d719
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config/index.js
  2. 1 1
      src/pages/main/DialysisArea.vue

+ 1 - 1
config/index.js View File

13
     proxyTable: {},
13
     proxyTable: {},
14
 
14
 
15
     // Various Dev Server settings
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
     port: 8081, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
17
     port: 8081, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
18
     autoOpenBrowser: false,
18
     autoOpenBrowser: false,
19
     errorOverlay: true,
19
     errorOverlay: true,

+ 1 - 1
src/pages/main/DialysisArea.vue View File

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