|
@@ -69,7 +69,7 @@
|
69
|
69
|
<span v-if="scope.row.modifications == 2">撤消</span>
|
70
|
70
|
</template>
|
71
|
71
|
</el-table-column>
|
72
|
|
- <el-table-column label="操作" align="center" width="180">
|
|
72
|
+ <el-table-column label="操作" align="center" width="180" fixed="right">
|
73
|
73
|
<template slot-scope="scope">
|
74
|
74
|
<el-button
|
75
|
75
|
size="mini"
|
|
@@ -317,7 +317,7 @@
|
317
|
317
|
form: {
|
318
|
318
|
id:0,
|
319
|
319
|
start_time:"",
|
320
|
|
- created_time:"",
|
|
320
|
+ created_time:new Date(),
|
321
|
321
|
class:"",
|
322
|
322
|
disinfection_methods:"",
|
323
|
323
|
disinfection_fluid:"",
|
|
@@ -549,3 +549,8 @@
|
549
|
549
|
}
|
550
|
550
|
}
|
551
|
551
|
</style>
|
|
552
|
+<style lang="scss">
|
|
553
|
+::-webkit-scrollbar{
|
|
554
|
+ height: 15px;
|
|
555
|
+}
|
|
556
|
+</style>
|