zhonghuizhen 8 місяців тому
батько
коміт
9292d1700d

+ 1 - 0
src/views/business/attendance/attendanceOverview.vue

@@ -27,6 +27,7 @@
                   start-placeholder="开始日期"
                   start-placeholder="开始日期"
                   end-placeholder="结束日期"
                   end-placeholder="结束日期"
                   align="right"
                   align="right"
+                  :clearable="false"
                   value-format="yyyy-MM-dd"
                   value-format="yyyy-MM-dd"
               />
               />
           </template>
           </template>

+ 1 - 0
src/views/business/attendance/attendanceStatistics.vue

@@ -27,6 +27,7 @@
           start-placeholder="开始日期"
           start-placeholder="开始日期"
           end-placeholder="结束日期"
           end-placeholder="结束日期"
           align="right"
           align="right"
+          :clearable="false"
           value-format="yyyy-MM-dd"
           value-format="yyyy-MM-dd"
         />
         />
       </template>
       </template>

+ 1 - 1
src/views/business/attendance/makeUPVerify.vue

@@ -153,7 +153,7 @@ export default {
             label: '补卡时间',
             label: '补卡时间',
             dateFormat: 'yyyy-MM-dd HH:mm',
             dateFormat: 'yyyy-MM-dd HH:mm',
             sortable: 'custom',
             sortable: 'custom',
-            width: 100
+            width: 140
           },
           },
           { prop: 'buKaBanCi', label: '补卡班次', width: 120 },
           { prop: 'buKaBanCi', label: '补卡班次', width: 120 },
           { prop: 'buKaShiYou', label: '补卡事由', minWidth: 300 },
           { prop: 'buKaShiYou', label: '补卡事由', minWidth: 300 },

+ 1 - 1
src/views/business/attendance/makeUpRecords.vue

@@ -158,7 +158,7 @@ export default {
             label: '补卡时间',
             label: '补卡时间',
             dateFormat: 'yyyy-MM-dd HH:mm',
             dateFormat: 'yyyy-MM-dd HH:mm',
             sortable: 'custom',
             sortable: 'custom',
-            width: 100
+            width: 140
           },
           },
           { prop: 'buKaBanCi', label: '补卡班次', width: 120 },
           { prop: 'buKaBanCi', label: '补卡班次', width: 120 },
           { prop: 'buKaShiYou', label: '补卡事由', minWidth: 300 },
           { prop: 'buKaShiYou', label: '补卡事由', minWidth: 300 },