update 首页统计比对功能完善
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
<div class="table-page-search-wrapper">
|
||||
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
||||
<a-row type="flex">
|
||||
<a-col :span="fullscreen ? 6 : 8">
|
||||
<a-col :span="fullscreen ? 6 : 8" :xxl="fullscreen ? 4 : 8">
|
||||
<a-form-item label="比对年份1" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<j-year-date style="margin-right:8px;" class="year" placeholder="请选择比对年份1" v-model="queryParam.year1"></j-year-date>
|
||||
<j-year-date style="width: 100%;" class="year" placeholder="请选择比对年份1" v-model="queryParam.year1"></j-year-date>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="fullscreen ? 6 : 8">
|
||||
<a-col :span="fullscreen ? 6 : 8" :xxl="fullscreen ? 4 : 8">
|
||||
<a-form-item label="比对年份2" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<j-year-date style="margin-right:8px;" class="year" placeholder="请选择比对年份2" v-model="queryParam.year2"></j-year-date>
|
||||
<j-year-date style="width: 100%;" class="year" placeholder="请选择比对年份2" v-model="queryParam.year2"></j-year-date>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="4">
|
||||
|
||||
@@ -15,14 +15,14 @@
|
||||
<div class="table-page-search-wrapper">
|
||||
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
||||
<a-row type="flex">
|
||||
<a-col :span="fullscreen ? 6 : 8">
|
||||
<a-col :span="fullscreen ? 6 : 8" :xxl="fullscreen ? 4 : 8">
|
||||
<a-form-item label="比对年份1" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<j-year-date style="margin-right:8px;" class="year" placeholder="请选择比对年份1" v-model="queryParam.year1"></j-year-date>
|
||||
<j-year-date style="width: 100%;" class="year" placeholder="请选择比对年份1" v-model="queryParam.year1"></j-year-date>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="fullscreen ? 6 : 8">
|
||||
<a-col :span="fullscreen ? 6 : 8" :xxl="fullscreen ? 4 : 8">
|
||||
<a-form-item label="比对年份2" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<j-year-date style="margin-right:8px;" class="year" placeholder="请选择比对年份2" v-model="queryParam.year2"></j-year-date>
|
||||
<j-year-date style="width: 100%;" class="year" placeholder="请选择比对年份2" v-model="queryParam.year2"></j-year-date>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="4">
|
||||
|
||||
Reference in New Issue
Block a user