|
@@ -12,8 +12,8 @@
|
|
|
<template slot="corpNameSearch">
|
|
|
<crop-select v-model="search.corpName" corpType="KH" :zhKey="true"></crop-select>
|
|
|
</template>
|
|
|
- <template slot="businesDateSearch">
|
|
|
- <el-date-picker v-model="search.businesDate" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
|
|
|
+ <template slot="dateSearch">
|
|
|
+ <el-date-picker v-model="search.date" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
|
|
|
format="yyyy-MM-dd" value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00', '23:59:59']">
|
|
|
</el-date-picker>
|
|
|
</template>
|