Commit 40358cb8 authored by zhengke's avatar zhengke

修改

parent 8379ef7c
<style>
.Sysuser_Date .el-range-editor .el-range-input{
background-color:transparent;
}
</style>
<template>
<div class="page-body">
<div class="page-search row items-center">
......@@ -26,15 +32,24 @@
v-model="msg.LeaveStatus" ref="LeaveStatus" :options="LeaveStatusList" label="在职状态" :dense="false"
class="col-6 q-pr-lg q-pb-lg" emit-value map-options />
</div>
<div class="col-3">
<el-date-picker v-model="dateListOne" @change="resetSearch()" value-format="yyyy-MM-dd" type="daterange" range-separator="至"
start-placeholder="入职日期" end-placeholder="离职日期">
</el-date-picker>
<div class="col-3 Sysuser_Date">
<q-field filled class="col-6 q-pr-lg q-pb-lg">
            <template v-slot:control>
              <el-date-picker v-model="dateListOne" @change="resetSearch()" value-format="yyyy-MM-dd" type="daterange"
 style="border:none;"
                range-separator="至" start-placeholder="入职日期" end-placeholder="离职日期">
              </el-date-picker>
            </template>
          </q-field>
</div>
<div class="col-3">
<el-date-picker v-model="dateListTwo" @change="resetSearch()" type="monthrange" value-format="yyyy-MM" range-separator="至"
start-placeholder="生日开始月" end-placeholder="生日结束月">
</el-date-picker>
<div class="col-3 Sysuser_Date">
<q-field filled class="col-6 q-pr-lg q-pb-lg">
            <template v-slot:control>
              <el-date-picker v-model="dateListTwo" @change="resetSearch()" value-format="yyyy-MM" type="monthrange" style="border:none;"
                range-separator="至" start-placeholder="生日开始月" end-placeholder="生日结束月">
              </el-date-picker>
            </template>
          </q-field>
</div>
<!-- <div class="col-3">
<q-input @input="resetSearch" clearable standout="bg-primary text-white" v-model="msg.MTel" label="电话" />
......@@ -480,5 +495,4 @@
</script>
<style lang="sass">
@import url('~assets/css/table.sass');
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment