see999 4 years ago
parent
commit
08d89da760

+ 7 - 2
src/xt_pages/device/airDisinfect.vue View File

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

+ 8 - 2
src/xt_pages/device/objectTableDisinfect.vue View File

70
                    <span v-if="scope.row.modifications == 2">撤消</span>
70
                    <span v-if="scope.row.modifications == 2">撤消</span>
71
                 </template>
71
                 </template>
72
             </el-table-column>
72
             </el-table-column>
73
-            <el-table-column label="操作" align="center" width="180">
73
+            <el-table-column label="操作" align="center" width="180" fixed="right">
74
                 <template slot-scope="scope">
74
                 <template slot-scope="scope">
75
                     <el-button
75
                     <el-button
76
                     size="mini"
76
                     size="mini"
304
         form: {
304
         form: {
305
           id:0,
305
           id:0,
306
           start_time:"", 
306
           start_time:"", 
307
-          created_time:"",
307
+          created_time:new Date(),
308
           class:"",
308
           class:"",
309
           disinfection_methods:"",
309
           disinfection_methods:"",
310
           disinfection_fluid:"",
310
           disinfection_fluid:"",
537
     }
537
     }
538
 }
538
 }
539
 </style>
539
 </style>
540
+
541
+<style lang="scss">
542
+::-webkit-scrollbar{
543
+  height: 15px;
544
+}
545
+</style>