Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 4 years ago
parent
commit
3c3088d2d3

File diff suppressed because it is too large
+ 18288 - 78
package-lock.json


+ 1 - 0
src/App.vue View File

19
   },
19
   },
20
 
20
 
21
   created(){
21
   created(){
22
+    
22
     // getOrgs().then(response => {
23
     // getOrgs().then(response => {
23
     //   if (response.data.state === 1) {
24
     //   if (response.data.state === 1) {
24
     //     var creator = response.data.data.creator;
25
     //     var creator = response.data.data.creator;

+ 27 - 30
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

1117
     height: 100%;
1117
     height: 100%;
1118
     display: flex;
1118
     display: flex;
1119
     flex-direction: column;
1119
     flex-direction: column;
1120
-
1121
-  .mainLeft {
1122
-    width: 200px;
1123
-    height: 100%;
1124
-    display: flex;
1125
-    flex-direction: column;
1126
-    padding-top: 20px;
1127
-
1128
-  .el-radio {
1129
-    margin-right: 5px;
1130
-  }
1131
-
1120
+    .mainLeft {
1121
+      width: 200px;
1122
+      height: 100%;
1123
+      display: flex;
1124
+      flex-direction: column;
1125
+      padding-top: 20px;
1126
+    .el-radio {
1127
+      margin-right: 5px;
1128
+    }
1132
   }
1129
   }
1133
   .mainCell {
1130
   .mainCell {
1134
     height: 36px;
1131
     height: 36px;
1253
     border-bottom: 1px solid #e5e5e5;
1250
     border-bottom: 1px solid #e5e5e5;
1254
     border-right: 1px solid #e5e5e5;
1251
     border-right: 1px solid #e5e5e5;
1255
     width: 100%;
1252
     width: 100%;
1256
-    height: 38px;
1257
-    line-height: 38px;
1258
-    text-indent: 5px;
1253
+    min-height: 38px;
1254
+    /* line-height: 38px;
1255
+    text-indent: 5px; */
1259
     font-size: 14px;
1256
     font-size: 14px;
1257
+    display:flex;
1258
+    align-items:center;
1259
+    padding:5px;
1260
+    box-sizing:border-box;
1260
   }
1261
   }
1261
 
1262
 
1262
   }
1263
   }
1265
 
1266
 
1266
 <style lang="scss">
1267
 <style lang="scss">
1267
   #tab-more {
1268
   #tab-more {
1268
-
1269
-  .el-icon-close {
1270
-    display: none;
1271
-  }
1272
-
1269
+    .el-icon-close {
1270
+      display: none;
1271
+    }
1273
   }
1272
   }
1274
   .settlementTabs {
1273
   .settlementTabs {
1275
-
1276
-  .el-tabs__content {
1277
-    height: 90%;
1278
-  }
1279
-
1274
+    .el-tabs__content {
1275
+      height: 90%;
1276
+    }
1280
   }
1277
   }
1281
   .preTabs {
1278
   .preTabs {
1282
 
1279
 
1283
-  .el-tabs__content {
1284
-    flex: 1;
1285
-    overflow-y: auto;
1286
-    padding: 5px 0 5px 5px;
1287
-  }
1280
+    .el-tabs__content {
1281
+      flex: 1;
1282
+      overflow-y: auto;
1283
+      padding: 5px 0 5px 5px;
1284
+    }
1288
 
1285
 
1289
   }
1286
   }
1290
   .centerDialog{
1287
   .centerDialog{

+ 2 - 0
src/xt_pages/workforce/components/tableData.vue View File

1461
             this.zone_device_map = zone_device_map;
1461
             this.zone_device_map = zone_device_map;
1462
 
1462
 
1463
             this.zone_names = Object.keys(this.zone_device_map);
1463
             this.zone_names = Object.keys(this.zone_device_map);
1464
+            console.log('8989898989898989',this.zone_names)
1464
 
1465
 
1465
             console.log(this.current_devices);
1466
             console.log(this.current_devices);
1466
 
1467
 
1972
   //    this.tableContainHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 160
1973
   //    this.tableContainHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 160
1973
   // },
1974
   // },
1974
   created() {
1975
   created() {
1976
+    this.changeScheduleType(1)
1975
     rowNumber = 0;
1977
     rowNumber = 0;
1976
     this.modeOptions = this.$store.getters.treatment_mode;
1978
     this.modeOptions = this.$store.getters.treatment_mode;
1977
 
1979