瀏覽代碼

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

XMLWAN 4 年之前
父節點
當前提交
8e104ce28a
共有 2 個文件被更改,包括 15 次插入4 次删除
  1. 7 2
      src/xt_pages/device/airDisinfect.vue
  2. 8 2
      src/xt_pages/device/objectTableDisinfect.vue

+ 7 - 2
src/xt_pages/device/airDisinfect.vue 查看文件

@@ -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>

+ 8 - 2
src/xt_pages/device/objectTableDisinfect.vue 查看文件

@@ -70,7 +70,7 @@
70 70
                    <span v-if="scope.row.modifications == 2">撤消</span>
71 71
                 </template>
72 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 74
                 <template slot-scope="scope">
75 75
                     <el-button
76 76
                     size="mini"
@@ -304,7 +304,7 @@
304 304
         form: {
305 305
           id:0,
306 306
           start_time:"", 
307
-          created_time:"",
307
+          created_time:new Date(),
308 308
           class:"",
309 309
           disinfection_methods:"",
310 310
           disinfection_fluid:"",
@@ -537,3 +537,9 @@
537 537
     }
538 538
 }
539 539
 </style>
540
+
541
+<style lang="scss">
542
+::-webkit-scrollbar{
543
+  height: 15px;
544
+}
545
+</style>