Browse Source

修改库存管理

csx 6 years ago
parent
commit
7ba2dc1e4a
1 changed files with 8 additions and 1 deletions
  1. 8 1
      src/xt_pages/user/dialysisRecord.vue

+ 8 - 1
src/xt_pages/user/dialysisRecord.vue View File

32
           </el-form>
32
           </el-form>
33
         </div>
33
         </div>
34
         <div>
34
         <div>
35
-          <el-table :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}" :data="recordData" border style="width: 100%" @current-change="clickCurrent">
35
+          <el-table id="oictable" :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}" :data="recordData" border style="width: 100%" @current-change="clickCurrent">
36
               <el-table-column prop="dialysis_date" label="透析日期" align="center" width="110" fixed>
36
               <el-table-column prop="dialysis_date" label="透析日期" align="center" width="110" fixed>
37
                 <template slot-scope="scope"><span style="color: #579ef8">{{scope.row.dialysis_date | parseTime('{y}-{m}-{d}')}}</span></template>
37
                 <template slot-scope="scope"><span style="color: #579ef8">{{scope.row.dialysis_date | parseTime('{y}-{m}-{d}')}}</span></template>
38
               </el-table-column>
38
               </el-table-column>
360
   }
360
   }
361
 }
361
 }
362
 </script>
362
 </script>
363
+<style>
364
+  #oictable ::-webkit-scrollbar {
365
+    height: 15px;
366
+  }
367
+
368
+</style>
369
+
363
 <style rel='stylesheet/scss' lang="scss" scoped >
370
 <style rel='stylesheet/scss' lang="scss" scoped >
364
 .total {
371
 .total {
365
   font-size: 14px;
372
   font-size: 14px;