wuhongyu 5 年之前
父節點
當前提交
fce912b529
共有 1 個文件被更改,包括 12 次插入11 次删除
  1. 12 11
      src/layout/enterprise/contextfabuxx.vue

+ 12 - 11
src/layout/enterprise/contextfabuxx.vue

@@ -55,9 +55,9 @@
                 </el-col>
               </el-tab-pane>
 
-              <el-tab-pane label="审核成功" name="first">
+              <el-tab-pane label="审核中" name="second">
                 <el-col :span="24" class="info">
-                  <el-col :span="24" v-for="(item, index) in recruitData" :key="index">
+                  <el-col :span="24" v-for="(item, index) in shenheList" :key="index">
                     <el-col class="xqborder">
                       <el-col :span="24" class="fbListTop">
                         <el-col :span="21"> {{ item.name }} </el-col>
@@ -86,9 +86,6 @@
                             <el-link :underline="false" @click="$router.push({ path: '/enterprise/enterprisexuqiu', query: { id: item.id } })">编辑</el-link
                             ><br />
                             <el-link :underline="false" @click="handleDelete(item)">彻底删除</el-link>
-                            <!-- <el-link :underline="false" @click="$router.push({ path: '/enterprise/enterprisexuqiu', query: { id: item.id } })"
-                              >查看申请</el-link
-                            > -->
                           </el-col>
                         </el-col>
                       </el-col>
@@ -98,19 +95,19 @@
                 <el-col class="page" :span="24">
                   <el-pagination
                     @size-change="handleSizeChange"
-                    @current-change="handleCurrentChange"
+                    @current-change="handleCurrentChange1"
                     :current-page="currentPage"
                     background
                     layout="total,  prev, pager, next, jumper"
-                    :total="total"
+                    :total="tatalstatus1"
                     :page-size="pageSize"
                   >
                   </el-pagination>
                 </el-col>
               </el-tab-pane>
-              <el-tab-pane label="审核中信息" name="second">
+              <el-tab-pane label="审核成功" name="first">
                 <el-col :span="24" class="info">
-                  <el-col :span="24" v-for="(item, index) in shenheList" :key="index">
+                  <el-col :span="24" v-for="(item, index) in recruitData" :key="index">
                     <el-col class="xqborder">
                       <el-col :span="24" class="fbListTop">
                         <el-col :span="21"> {{ item.name }} </el-col>
@@ -139,6 +136,9 @@
                             <el-link :underline="false" @click="$router.push({ path: '/enterprise/enterprisexuqiu', query: { id: item.id } })">编辑</el-link
                             ><br />
                             <el-link :underline="false" @click="handleDelete(item)">彻底删除</el-link>
+                            <!-- <el-link :underline="false" @click="$router.push({ path: '/enterprise/enterprisexuqiu', query: { id: item.id } })"
+                              >查看申请</el-link
+                            > -->
                           </el-col>
                         </el-col>
                       </el-col>
@@ -148,16 +148,17 @@
                 <el-col class="page" :span="24">
                   <el-pagination
                     @size-change="handleSizeChange"
-                    @current-change="handleCurrentChange1"
+                    @current-change="handleCurrentChange"
                     :current-page="currentPage"
                     background
                     layout="total,  prev, pager, next, jumper"
-                    :total="tatalstatus1"
+                    :total="total"
                     :page-size="pageSize"
                   >
                   </el-pagination>
                 </el-col>
               </el-tab-pane>
+
               <el-tab-pane label="审核失败" name="thirth">
                 <el-col :span="24" class="info">
                   <el-col :span="24" v-for="(item, index) in successlist" :key="index">