@@ -27,6 +27,7 @@
start-placeholder="开始日期"
end-placeholder="结束日期"
align="right"
+ :clearable="false"
value-format="yyyy-MM-dd"
/>
</template>
@@ -153,7 +153,7 @@ export default {
label: '补卡时间',
dateFormat: 'yyyy-MM-dd HH:mm',
sortable: 'custom',
- width: 100
+ width: 140
},
{ prop: 'buKaBanCi', label: '补卡班次', width: 120 },
{ prop: 'buKaShiYou', label: '补卡事由', minWidth: 300 },
@@ -158,7 +158,7 @@ export default {