|
|
@@ -62,7 +62,9 @@
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="3" :offset="9" class="flex j-end">
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="12" :offset="12" class="flex j-end" style="margin-bottom: 10px;">
|
|
|
<el-button size="small" type="primary" style="background-color: #2D4D89;border-color:#2D4D89;"
|
|
|
@click="exportDetails">导出</el-button>
|
|
|
<el-button size="small" type="primary" @click="onSubmit">查询</el-button>
|
|
|
@@ -528,6 +530,7 @@ export default {
|
|
|
this.formQuery.endDate = this.formQuery.datetime[1];
|
|
|
}
|
|
|
if (
|
|
|
+ this.dateTime == undefined ||
|
|
|
this.dateTime.length == 0
|
|
|
) {
|
|
|
(this.formQuery.signBeginDate = ""),
|