|
@@ -4,162 +4,161 @@
|
|
<el-col :span="24" class="leftTop"> <span>|</span> <span>我的发布</span> </el-col>
|
|
<el-col :span="24" class="leftTop"> <span>|</span> <span>我的发布</span> </el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<el-tabs v-model="activeName" type="card" @tab-click="handleClick">
|
|
<el-tabs v-model="activeName" type="card" @tab-click="handleClick">
|
|
- <el-tab-pane label="我的需求" name="first">
|
|
+ <el-row style="padding: 0 20px;">
|
|
- <el-row style="padding: 0 20px;">
|
|
+ <el-tabs v-model="activeNameFirst" @tab-click="handleClickFirst">
|
|
- <el-tabs v-model="activeNameFirst" @tab-click="handleClickFirst">
|
|
+ <el-tab-pane label="审核成功" name="first">
|
|
- <el-tab-pane label="审核成功" name="first">
|
|
+ <el-col :span="24" class="info">
|
|
- <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 recruitData" :key="index">
|
|
+ <el-col class="xqborder">
|
|
- <el-col class="xqborder">
|
|
+ <el-col :span="24" class="fbListTop">
|
|
- <el-col :span="24" class="fbListTop">
|
|
+ <el-col :span="21"> {{ item.name }} </el-col>
|
|
- <el-col :span="21"> {{ item.name }} </el-col>
|
|
+ <el-col :span="3">
|
|
- <el-col :span="3">
|
|
+ {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
|
- </el-col>
|
|
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" class="fbListCenter">
|
|
+ </el-col>
|
|
- <el-col :span="6" class="fimage">
|
|
+ <el-col :span="24" class="fbListCenter">
|
|
- <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
+ <el-col :span="6" class="fimage">
|
|
- <template v-if="index === 0">
|
|
+ <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
+ <template v-if="index === 0">
|
|
- </template>
|
|
+ <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
- </el-col>
|
|
+ </template>
|
|
- </el-col>
|
|
|
|
- <el-col :span="6" class="fbListCenterC">
|
|
|
|
- <p class="textOver">产品:{{ item.name }}</p>
|
|
|
|
- <p>类别:{{ item.totaltype === '0' ? '技术' : item.totaltype === '1' ? '产品' : item.totaltype === '2' ? '服务' : 'underdind' }}</p>
|
|
|
|
- <p class="listMoney">{{ item.price }}/{{ item.priceunit }}</p>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6" class="fbListCenterTwo">
|
|
|
|
- <el-col :span="24">最新申请:</el-col>
|
|
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="6" class="fbListCenterR">
|
|
+ </el-col>
|
|
- <el-col :span="24" class="bainji">
|
|
+ <el-col :span="6" class="fbListCenterC">
|
|
- <el-link :underline="false" @click="$router.push({ path: '/enterprise/enterprisexuqiu', query: { id: item.id } })">编辑</el-link
|
|
+ <p class="textOver">产品:{{ item.name }}</p>
|
|
- ><br />
|
|
+ <p>类别:{{ item.totaltype === '0' ? '技术' : item.totaltype === '1' ? '产品' : item.totaltype === '2' ? '服务' : 'underdind' }}</p>
|
|
- <el-link :underline="false" @click="handleDelete(item)">彻底删除</el-link>
|
|
+ <p class="listMoney">{{ item.price }}/{{ item.priceunit }}</p>
|
|
- <!-- <el-link :underline="false" @click="$router.push({ path: '/enterprise/enterprisexuqiu', query: { id: item.id } })"
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="6" class="fbListCenterTwo">
|
|
|
|
+ <el-col :span="24">最新申请:</el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="6" class="fbListCenterR">
|
|
|
|
+ <el-col :span="24" class="bainji">
|
|
|
|
+ <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-link
|
|
> -->
|
|
> -->
|
|
- </el-col>
|
|
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col class="page" :span="24">
|
|
+ </el-col>
|
|
- <el-pagination
|
|
+ <el-col class="page" :span="24">
|
|
- @size-change="handleSizeChange"
|
|
+ <el-pagination
|
|
- @current-change="handleCurrentChange"
|
|
+ @size-change="handleSizeChange"
|
|
- :current-page="currentPage"
|
|
+ @current-change="handleCurrentChange"
|
|
- background
|
|
+ :current-page="currentPage"
|
|
- layout="total, prev, pager, next, jumper"
|
|
+ background
|
|
- :total="total"
|
|
+ layout="total, prev, pager, next, jumper"
|
|
- :page-size="pageSize"
|
|
+ :total="total"
|
|
- >
|
|
+ :page-size="pageSize"
|
|
- </el-pagination>
|
|
+ >
|
|
- </el-col>
|
|
+ </el-pagination>
|
|
- </el-tab-pane>
|
|
+ </el-col>
|
|
- <el-tab-pane label="审核中信息" name="second">
|
|
+ </el-tab-pane>
|
|
- <el-col :span="24" class="info">
|
|
+ <el-tab-pane label="审核中信息" name="second">
|
|
- <el-col :span="24" v-for="(item, index) in shenheList" :key="index">
|
|
+ <el-col :span="24" class="info">
|
|
- <el-col class="xqborder">
|
|
+ <el-col :span="24" v-for="(item, index) in shenheList" :key="index">
|
|
- <el-col :span="24" class="fbListTop">
|
|
+ <el-col class="xqborder">
|
|
- <el-col :span="21"> {{ item.name }} </el-col>
|
|
+ <el-col :span="24" class="fbListTop">
|
|
- <el-col :span="3">
|
|
+ <el-col :span="21"> {{ item.name }} </el-col>
|
|
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
+ <el-col :span="3">
|
|
- </el-col>
|
|
+ {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" class="fbListCenter">
|
|
+ </el-col>
|
|
- <el-col :span="6" class="fimage">
|
|
+ <el-col :span="24" class="fbListCenter">
|
|
- <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
+ <el-col :span="6" class="fimage">
|
|
- <template v-if="index === 0">
|
|
+ <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
+ <template v-if="index === 0">
|
|
- </template>
|
|
+ <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
- </el-col>
|
|
+ </template>
|
|
- </el-col>
|
|
|
|
- <el-col :span="6" class="fbListCenterC">
|
|
|
|
- <p class="textOver">产品:{{ item.name }}</p>
|
|
|
|
- <p>类别:{{ item.totaltype === '0' ? '技术' : item.totaltype === '1' ? '产品' : item.totaltype === '2' ? '服务' : 'underdind' }}</p>
|
|
|
|
- <p class="listMoney">{{ item.price }}/{{ item.priceunit }}</p>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6" class="fbListCenterTwo">
|
|
|
|
- <el-col :span="24">最新申请:</el-col>
|
|
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="6" class="fbListCenterR">
|
|
+ </el-col>
|
|
- <el-col :span="24" class="bainji">
|
|
+ <el-col :span="6" class="fbListCenterC">
|
|
- <el-link :underline="false" @click="$router.push({ path: '/enterprise/enterprisexuqiu', query: { id: item.id } })">编辑</el-link
|
|
+ <p class="textOver">产品:{{ item.name }}</p>
|
|
- ><br />
|
|
+ <p>类别:{{ item.totaltype === '0' ? '技术' : item.totaltype === '1' ? '产品' : item.totaltype === '2' ? '服务' : 'underdind' }}</p>
|
|
- <el-link :underline="false" @click="handleDelete(item)">彻底删除</el-link>
|
|
+ <p class="listMoney">{{ item.price }}/{{ item.priceunit }}</p>
|
|
- </el-col>
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="6" class="fbListCenterTwo">
|
|
|
|
+ <el-col :span="24">最新申请:</el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="6" class="fbListCenterR">
|
|
|
|
+ <el-col :span="24" class="bainji">
|
|
|
|
+ <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-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col class="page" :span="24">
|
|
+ </el-col>
|
|
- <el-pagination
|
|
+ <el-col class="page" :span="24">
|
|
- @size-change="handleSizeChange"
|
|
+ <el-pagination
|
|
- @current-change="handleCurrentChange1"
|
|
+ @size-change="handleSizeChange"
|
|
- :current-page="currentPage"
|
|
+ @current-change="handleCurrentChange1"
|
|
- background
|
|
+ :current-page="currentPage"
|
|
- layout="total, prev, pager, next, jumper"
|
|
+ background
|
|
- :total="tatalstatus1"
|
|
+ layout="total, prev, pager, next, jumper"
|
|
- :page-size="pageSize"
|
|
+ :total="tatalstatus1"
|
|
- >
|
|
+ :page-size="pageSize"
|
|
- </el-pagination>
|
|
+ >
|
|
- </el-col>
|
|
+ </el-pagination>
|
|
- </el-tab-pane>
|
|
+ </el-col>
|
|
- <el-tab-pane label="审核失败" name="thirth">
|
|
+ </el-tab-pane>
|
|
- <el-col :span="24" class="info">
|
|
+ <el-tab-pane label="审核失败" name="thirth">
|
|
- <el-col :span="24" v-for="(item, index) in successlist" :key="index">
|
|
+ <el-col :span="24" class="info">
|
|
- <el-col class="xqborder">
|
|
+ <el-col :span="24" v-for="(item, index) in successlist" :key="index">
|
|
- <el-col :span="24" class="fbListTop">
|
|
+ <el-col class="xqborder">
|
|
- <el-col :span="21"> {{ item.name }} </el-col>
|
|
+ <el-col :span="24" class="fbListTop">
|
|
- <el-col :span="3">
|
|
+ <el-col :span="21"> {{ item.name }} </el-col>
|
|
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
+ <el-col :span="3">
|
|
- </el-col>
|
|
+ {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" class="fbListCenter">
|
|
+ </el-col>
|
|
- <el-col :span="6" class="fimage">
|
|
+ <el-col :span="24" class="fbListCenter">
|
|
- <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
+ <el-col :span="6" class="fimage">
|
|
- <template v-if="index === 0">
|
|
+ <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
+ <template v-if="index === 0">
|
|
- </template>
|
|
+ <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
- </el-col>
|
|
+ </template>
|
|
- </el-col>
|
|
|
|
- <el-col :span="6" class="fbListCenterC">
|
|
|
|
- <p class="textOver">产品:{{ item.name }}</p>
|
|
|
|
- <p>类别:{{ item.totaltype === '0' ? '技术' : item.totaltype === '1' ? '产品' : item.totaltype === '2' ? '服务' : 'underdind' }}</p>
|
|
|
|
- <p class="listMoney">{{ item.price }}/{{ item.priceunit }}</p>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6" class="fbListCenterTwo">
|
|
|
|
- <el-col :span="24">最新申请:</el-col>
|
|
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="6" class="fbListCenterR">
|
|
+ </el-col>
|
|
- <el-col :span="24" class="bainji">
|
|
+ <el-col :span="6" class="fbListCenterC">
|
|
- <el-link :underline="false" @click="handleDelete(item)">彻底删除</el-link>
|
|
+ <p class="textOver">产品:{{ item.name }}</p>
|
|
- </el-col>
|
|
+ <p>类别:{{ item.totaltype === '0' ? '技术' : item.totaltype === '1' ? '产品' : item.totaltype === '2' ? '服务' : 'underdind' }}</p>
|
|
|
|
+ <p class="listMoney">{{ item.price }}/{{ item.priceunit }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="6" class="fbListCenterTwo">
|
|
|
|
+ <el-col :span="24">最新申请:</el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="6" class="fbListCenterR">
|
|
|
|
+ <el-col :span="24" class="bainji">
|
|
|
|
+ <el-link :underline="false" @click="handleDelete(item)">彻底删除</el-link>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col class="page" :span="24">
|
|
+ </el-col>
|
|
- <el-pagination
|
|
+ <el-col class="page" :span="24">
|
|
- @size-change="handleSizeChange"
|
|
+ <el-pagination
|
|
- @current-change="handleCurrentChange1"
|
|
+ @size-change="handleSizeChange"
|
|
- :current-page="currentPage"
|
|
+ @current-change="handleCurrentChange1"
|
|
- background
|
|
+ :current-page="currentPage"
|
|
- layout="total, prev, pager, next, jumper"
|
|
+ background
|
|
- :total="tatalstatus2"
|
|
+ layout="total, prev, pager, next, jumper"
|
|
- :page-size="pageSize"
|
|
+ :total="tatalstatus2"
|
|
- >
|
|
+ :page-size="pageSize"
|
|
- </el-pagination>
|
|
+ >
|
|
- </el-col>
|
|
+ </el-pagination>
|
|
- </el-tab-pane>
|
|
+ </el-col>
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
|
- <!-- <el-tab-pane label="发起交易" name="fgffadqdfa">
|
|
+ <!-- <el-tab-pane label="发起交易" name="fgffadqdfa">
|
|
<el-col :span="24" class="info">
|
|
<el-col :span="24" class="info">
|
|
<el-col :span="24" v-for="(item, index) in faqilist" :key="index">
|
|
<el-col :span="24" v-for="(item, index) in faqilist" :key="index">
|
|
<el-col class="xqborder">
|
|
<el-col class="xqborder">
|
|
@@ -286,7 +285,7 @@
|
|
</el-pagination>
|
|
</el-pagination>
|
|
</el-col>
|
|
</el-col>
|
|
</el-tab-pane> -->
|
|
</el-tab-pane> -->
|
|
- <!--
|
|
+ <!--
|
|
<el-tab-pane label="交易取消" name="fgrr">
|
|
<el-tab-pane label="交易取消" name="fgrr">
|
|
<el-col :span="24" class="info">
|
|
<el-col :span="24" class="info">
|
|
<el-col :span="24" v-for="(item, index) in jiaoyilist" :key="index">
|
|
<el-col :span="24" v-for="(item, index) in jiaoyilist" :key="index">
|
|
@@ -328,9 +327,8 @@
|
|
</el-pagination>
|
|
</el-pagination>
|
|
</el-col>
|
|
</el-col>
|
|
</el-tab-pane> -->
|
|
</el-tab-pane> -->
|
|
- </el-tabs>
|
|
+ </el-tabs>
|
|
- </el-row>
|
|
+ </el-row>
|
|
- </el-tab-pane>
|
|
|
|
|
|
|
|
<!-- <el-tab-pane label="我的供给" name="second">
|
|
<!-- <el-tab-pane label="我的供给" name="second">
|
|
<el-row style="padding: 0 20px;">
|
|
<el-row style="padding: 0 20px;">
|
|
@@ -586,7 +584,7 @@ export default {
|
|
width: 96%;
|
|
width: 96%;
|
|
height: 41px;
|
|
height: 41px;
|
|
line-height: 35px;
|
|
line-height: 35px;
|
|
- border-bottom: 1px solid #e5e5e5;
|
|
+ // border-bottom: 1px solid #e5e5e5;
|
|
position: relative;
|
|
position: relative;
|
|
bottom: 1px;
|
|
bottom: 1px;
|
|
margin: 10px;
|
|
margin: 10px;
|