|
|
@@ -87,7 +87,13 @@
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col v-bind="styleResponsive ? { lg: 5, md: 12 } : { span: 5 }">
|
|
|
+ <el-col
|
|
|
+ v-bind="
|
|
|
+ styleResponsive
|
|
|
+ ? { lg: activeName == 'second' ? 5 : 12, md: 12 }
|
|
|
+ : { span: activeName == 'second' ? 5 : 12 }
|
|
|
+ "
|
|
|
+ >
|
|
|
<div class="ele-form-actions">
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
@@ -166,6 +172,7 @@
|
|
|
/* 重置 */
|
|
|
reset () {
|
|
|
this.where = { ...this.defaultWhere };
|
|
|
+ this.where.statusList = this.statusOpt[this.activeName][0].value;
|
|
|
this.search();
|
|
|
}
|
|
|
}
|