|
@@ -32,7 +32,7 @@
|
32
|
32
|
</el-form>
|
33
|
33
|
</div>
|
34
|
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
|
36
|
<el-table-column prop="dialysis_date" label="透析日期" align="center" width="110" fixed>
|
37
|
37
|
<template slot-scope="scope"><span style="color: #579ef8">{{scope.row.dialysis_date | parseTime('{y}-{m}-{d}')}}</span></template>
|
38
|
38
|
</el-table-column>
|
|
@@ -360,6 +360,13 @@ export default {
|
360
|
360
|
}
|
361
|
361
|
}
|
362
|
362
|
</script>
|
|
363
|
+<style>
|
|
364
|
+ #oictable ::-webkit-scrollbar {
|
|
365
|
+ height: 15px;
|
|
366
|
+ }
|
|
367
|
+
|
|
368
|
+</style>
|
|
369
|
+
|
363
|
370
|
<style rel='stylesheet/scss' lang="scss" scoped >
|
364
|
371
|
.total {
|
365
|
372
|
font-size: 14px;
|