|
@@ -9,9 +9,9 @@
|
|
|
<span>
|
|
<span>
|
|
|
<i class="icon icon-table2"></i> 基建类资质对照表
|
|
<i class="icon icon-table2"></i> 基建类资质对照表
|
|
|
</span>
|
|
</span>
|
|
|
- <!--<span style="float: right;">-->
|
|
|
|
|
- <!-- <el-button type="primary" size="mini" style="margin-left:10px; margin-top: -4px;" @click="exportExcel">导出</el-button>-->
|
|
|
|
|
- <!--</span>-->
|
|
|
|
|
|
|
+ <span style="float: right;">
|
|
|
|
|
+ <el-button type="primary" size="mini" style="margin-left:10px; margin-top: -4px;" @click="exportExcel">导出</el-button>
|
|
|
|
|
+ </span>
|
|
|
<el-form ref="form" :inline="true" style="float: right; margin-top: -10px">
|
|
<el-form ref="form" :inline="true" style="float: right; margin-top: -10px">
|
|
|
<el-form-item label="时间">
|
|
<el-form-item label="时间">
|
|
|
<el-date-picker size="mini" style="width: 220px" v-model="CreateOn" type="daterange" range-separator="至"
|
|
<el-date-picker size="mini" style="width: 220px" v-model="CreateOn" type="daterange" range-separator="至"
|