|
|
@ -72,12 +72,12 @@ |
|
|
|
|
|
|
|
|
<el-popover |
|
|
<el-popover |
|
|
placement="top-start" |
|
|
placement="top-start" |
|
|
title="" |
|
|
|
|
|
|
|
|
title="更多查询条件或者操作" |
|
|
width="400" |
|
|
width="400" |
|
|
trigger="manual" |
|
|
trigger="manual" |
|
|
v-model="moreVisible" |
|
|
v-model="moreVisible" |
|
|
> |
|
|
> |
|
|
<el-row style="margin-top:-10px;"> |
|
|
|
|
|
|
|
|
<el-row style="margin-top:-40px;"> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<el-button style="float:right;" |
|
|
<el-button style="float:right;" |
|
|
icon="el-icon-close" |
|
|
icon="el-icon-close" |
|
|
@ -273,7 +273,7 @@ |
|
|
></mdp-date-range> |
|
|
></mdp-date-range> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="24" style="padding-top: 10px;"> |
|
|
<el-col :span="24" style="padding-top: 10px;"> |
|
|
<el-button |
|
|
|
|
|
|
|
|
<el-button style="float:right;" |
|
|
type="primary" |
|
|
type="primary" |
|
|
icon="el-icon-search" |
|
|
icon="el-icon-search" |
|
|
@click="searchXmTasks" |
|
|
@click="searchXmTasks" |
|
|
@ -2279,11 +2279,6 @@ export default { |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style scoped> |
|
|
<style scoped> |
|
|
.more-label-font { |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
float: left; |
|
|
|
|
|
padding-top: 5px; |
|
|
|
|
|
} |
|
|
|
|
|
.align-right { |
|
|
.align-right { |
|
|
float: right; |
|
|
float: right; |
|
|
} |
|
|
} |
|
|
|