Browse Source

前:资质配置查询菜单加导出

dubch 4 năm trước cách đây
mục cha
commit
39cc302925

+ 3 - 3
src/dashoo.cn/frontend_web/src/pages/select/aptitude/basisbuild/index.vue

@@ -9,9 +9,9 @@
         <span>
           <i class="icon icon-table2"></i> &nbsp;基建类资质对照表
         </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-item label="时间">
             <el-date-picker size="mini" style="width: 220px" v-model="CreateOn" type="daterange" range-separator="至"

+ 4 - 4
src/dashoo.cn/frontend_web/src/pages/select/aptitude/goods/index.vue

@@ -9,10 +9,10 @@
         <span>
           <i class="icon icon-table2"></i> &nbsp;物资类项目与资质对照表
         </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-item label="时间">
             <el-date-picker size="mini" style="width: 220px" v-model="CreateOn" type="daterange" range-separator="至"

+ 3 - 3
src/dashoo.cn/frontend_web/src/pages/select/aptitude/techservice/index.vue

@@ -9,9 +9,9 @@
         <span>
           <i class="icon icon-table2"></i> &nbsp;服务类资质对照表
         </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-item label="时间">
             <el-date-picker size="mini" style="width: 220px" v-model="CreateOn" type="daterange" range-separator="至"