Ver código fonte

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

See999 4 anos atrás
pai
commit
f6129c90b1

Diferenças do arquivo suprimidas por serem muito extensas
+ 18288 - 78
package-lock.json


+ 1 - 0
src/App.vue Ver arquivo

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

+ 27 - 30
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Ver arquivo

@@ -1117,18 +1117,15 @@
1117 1117
     height: 100%;
1118 1118
     display: flex;
1119 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 1130
   .mainCell {
1134 1131
     height: 36px;
@@ -1253,10 +1250,14 @@
1253 1250
     border-bottom: 1px solid #e5e5e5;
1254 1251
     border-right: 1px solid #e5e5e5;
1255 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 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,26 +1266,22 @@
1265 1266
 
1266 1267
 <style lang="scss">
1267 1268
   #tab-more {
1268
-
1269
-  .el-icon-close {
1270
-    display: none;
1271
-  }
1272
-
1269
+    .el-icon-close {
1270
+      display: none;
1271
+    }
1273 1272
   }
1274 1273
   .settlementTabs {
1275
-
1276
-  .el-tabs__content {
1277
-    height: 90%;
1278
-  }
1279
-
1274
+    .el-tabs__content {
1275
+      height: 90%;
1276
+    }
1280 1277
   }
1281 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 1287
   .centerDialog{

+ 1 - 1
src/xt_pages/workforce/components/nextTableWeeks.vue Ver arquivo

@@ -231,7 +231,7 @@ export default {
231 231
     getNextScheduleWeekDay() {
232 232
         const start = moment().weekday(1).format('YYYY-MM-DD'); //本周一
233 233
         const end = moment().weekday(7).format('YYYY-MM-DD')
234
-        console.log("start",moment(start).unix())
234
+        // console.log("start",moment(start).unix())
235 235
       
236 236
         // const params = {
237 237
         //   start_time:moment().week(moment().week() + 1).startOf('week').unix(),