|
@@ -7,38 +7,40 @@
|
|
|
<el-row style="padding: 0 20px;">
|
|
|
<el-tabs v-model="activeNameFirst" @tab-click="handleClickFirst">
|
|
|
<el-tab-pane label="审核成功" name="first">
|
|
|
- <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>
|
|
|
- <el-col :span="3">
|
|
|
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="fbListCenter">
|
|
|
- <el-col :span="6" class="fimage">
|
|
|
- <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
|
- <template v-if="index === 0">
|
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
- </template>
|
|
|
+ <el-col :span="24" class="info">
|
|
|
+ <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>
|
|
|
+ <el-col :span="3">
|
|
|
+ {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
</el-col>
|
|
|
</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 :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-col :span="24" class="fbListCenter">
|
|
|
+ <el-col :span="6" class="fimage">
|
|
|
+ <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
|
+ <template v-if="index === 0">
|
|
|
+ <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
+ </template>
|
|
|
+ </el-col>
|
|
|
+ </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 :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-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -58,35 +60,37 @@
|
|
|
</el-col>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="审核中信息" name="second">
|
|
|
- <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>
|
|
|
- <el-col :span="3">
|
|
|
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="fbListCenter">
|
|
|
- <el-col :span="6" class="fimage">
|
|
|
- <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
|
- <template v-if="index === 0">
|
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
- </template>
|
|
|
+ <el-col :span="24" class="info">
|
|
|
+ <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>
|
|
|
+ <el-col :span="3">
|
|
|
+ {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
</el-col>
|
|
|
</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 :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 :span="24" class="fbListCenter">
|
|
|
+ <el-col :span="6" class="fimage">
|
|
|
+ <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
|
+ <template v-if="index === 0">
|
|
|
+ <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
+ </template>
|
|
|
+ </el-col>
|
|
|
+ </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 :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>
|
|
@@ -106,33 +110,35 @@
|
|
|
</el-col>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="审核失败" name="thirth">
|
|
|
- <el-col :span="24" v-for="(item, index) in successlist" :key="index">
|
|
|
- <el-col class="xqborder">
|
|
|
- <el-col :span="24" class="fbListTop">
|
|
|
- <el-col :span="21"> {{ item.name }} </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="fbListCenter">
|
|
|
- <el-col :span="6" class="fimage">
|
|
|
- <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
|
- <template v-if="index === 0">
|
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
- </template>
|
|
|
+ <el-col :span="24" class="info">
|
|
|
+ <el-col :span="24" v-for="(item, index) in successlist" :key="index">
|
|
|
+ <el-col class="xqborder">
|
|
|
+ <el-col :span="24" class="fbListTop">
|
|
|
+ <el-col :span="21"> {{ item.name }} </el-col>
|
|
|
+ <el-col :span="3">
|
|
|
+ {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
</el-col>
|
|
|
</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 :span="6" class="fbListCenterR">
|
|
|
- <el-col :span="24" class="bainji">
|
|
|
- <el-link :underline="false" @click="handleDelete(item)">彻底删除</el-link>
|
|
|
+ <el-col :span="24" class="fbListCenter">
|
|
|
+ <el-col :span="6" class="fimage">
|
|
|
+ <el-col :span="24" v-for="(acm, index) in item.image" :key="index">
|
|
|
+ <template v-if="index === 0">
|
|
|
+ <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
+ </template>
|
|
|
+ </el-col>
|
|
|
+ </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 :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>
|
|
@@ -153,26 +159,28 @@
|
|
|
</el-tab-pane>
|
|
|
|
|
|
<el-tab-pane label="发起交易" name="fgffadqdfa">
|
|
|
- <el-col :span="24" v-for="(item, index) in faqilist" :key="index">
|
|
|
- <el-col class="xqborder">
|
|
|
- <el-col :span="24" class="fbListTop">
|
|
|
- <el-col :span="21"> </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="fbListCenter">
|
|
|
- <el-col :span="6" class="fbListCenterC">
|
|
|
- <p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
- <p>营销人名称:{{ item.market_username }}</p>
|
|
|
- <p>购买人名称:{{ item.username }}</p>
|
|
|
- </el-col>
|
|
|
- <el-col :span="6" class="fbListCenterTwo">
|
|
|
- <el-col :span="24">说明:{{ item.description }}</el-col>
|
|
|
+ <el-col :span="24" class="info">
|
|
|
+ <el-col :span="24" v-for="(item, index) in faqilist" :key="index">
|
|
|
+ <el-col class="xqborder">
|
|
|
+ <el-col :span="24" class="fbListTop">
|
|
|
+ <el-col :span="21"> </el-col>
|
|
|
+ <el-col :span="3">
|
|
|
+ {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="6" class="fbListCenterR">
|
|
|
- <el-col :span="24" class="bainji">
|
|
|
- <el-link :underline="false" @click="jiaoyisuccess(item)">同意交易</el-link>
|
|
|
+ <el-col :span="24" class="fbListCenter">
|
|
|
+ <el-col :span="6" class="fbListCenterC">
|
|
|
+ <p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
+ <p>营销人名称:{{ item.market_username }}</p>
|
|
|
+ <p>购买人名称:{{ item.username }}</p>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" class="fbListCenterTwo">
|
|
|
+ <el-col :span="24">说明:{{ item.description }}</el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" class="fbListCenterR">
|
|
|
+ <el-col :span="24" class="bainji">
|
|
|
+ <el-link :underline="false" @click="jiaoyisuccess(item)">同意交易</el-link>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -193,28 +201,30 @@
|
|
|
</el-tab-pane>
|
|
|
|
|
|
<el-tab-pane label="交易中" name="fgrrsss">
|
|
|
- <el-col :span="24" v-for="(item, index) in Transactionlist" :key="index">
|
|
|
- <el-col class="xqborder">
|
|
|
- <el-col :span="24" class="fbListTop">
|
|
|
- <el-col :span="21"> </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="fbListCenter">
|
|
|
- <el-col :span="6" class="fbListCenterC">
|
|
|
- <p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
- <p>营销人名称:{{ item.market_username }}</p>
|
|
|
- <p>购买人名称:{{ item.username }}</p>
|
|
|
- </el-col>
|
|
|
- <el-col :span="6" class="fbListCenterTwo">
|
|
|
- <el-col :span="24">说明:{{ item.description }}</el-col>
|
|
|
+ <el-col :span="24" class="info">
|
|
|
+ <el-col :span="24" v-for="(item, index) in Transactionlist" :key="index">
|
|
|
+ <el-col class="xqborder">
|
|
|
+ <el-col :span="24" class="fbListTop">
|
|
|
+ <el-col :span="21"> </el-col>
|
|
|
+ <el-col :span="3">
|
|
|
+ {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="6" class="fbListCenterR">
|
|
|
- <el-col :span="24" class="bainji">
|
|
|
- <el-link :underline="false" @click="deteles(item)">彻底删除</el-link>
|
|
|
- <el-link :underline="false" @click="success(item)">审核通过</el-link>
|
|
|
- <el-link :underline="false" @click="shibai(item)">审核失败</el-link>
|
|
|
+ <el-col :span="24" class="fbListCenter">
|
|
|
+ <el-col :span="6" class="fbListCenterC">
|
|
|
+ <p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
+ <p>营销人名称:{{ item.market_username }}</p>
|
|
|
+ <p>购买人名称:{{ item.username }}</p>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" class="fbListCenterTwo">
|
|
|
+ <el-col :span="24">说明:{{ item.description }}</el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" class="fbListCenterR">
|
|
|
+ <el-col :span="24" class="bainji">
|
|
|
+ <el-link :underline="false" @click="deteles(item)">彻底删除</el-link>
|
|
|
+ <el-link :underline="false" @click="success(item)">审核通过</el-link>
|
|
|
+ <el-link :underline="false" @click="shibai(item)">审核失败</el-link>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -235,26 +245,28 @@
|
|
|
</el-tab-pane>
|
|
|
|
|
|
<el-tab-pane label="交易完成" name="fgrraaa">
|
|
|
- <el-col :span="24" v-for="(item, index) in jiaoyilist1" :key="index">
|
|
|
- <el-col class="xqborder">
|
|
|
- <el-col :span="24" class="fbListTop">
|
|
|
- <el-col :span="21"> </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="fbListCenter">
|
|
|
- <el-col :span="6" class="fbListCenterC">
|
|
|
- <p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
- <p>营销人名称:{{ item.market_username }}</p>
|
|
|
- <p>购买人名称:{{ item.username }}</p>
|
|
|
- </el-col>
|
|
|
- <el-col :span="6" class="fbListCenterTwo">
|
|
|
- <el-col :span="24">说明:{{ item.description }}</el-col>
|
|
|
+ <el-col :span="24" class="info">
|
|
|
+ <el-col :span="24" v-for="(item, index) in jiaoyilist1" :key="index">
|
|
|
+ <el-col class="xqborder">
|
|
|
+ <el-col :span="24" class="fbListTop">
|
|
|
+ <el-col :span="21"> </el-col>
|
|
|
+ <el-col :span="3">
|
|
|
+ {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="6" class="fbListCenterR">
|
|
|
- <el-col :span="24" class="bainji">
|
|
|
- <el-link :underline="false" @click="deteles(item)">彻底删除</el-link>
|
|
|
+ <el-col :span="24" class="fbListCenter">
|
|
|
+ <el-col :span="6" class="fbListCenterC">
|
|
|
+ <p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
+ <p>营销人名称:{{ item.market_username }}</p>
|
|
|
+ <p>购买人名称:{{ item.username }}</p>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" class="fbListCenterTwo">
|
|
|
+ <el-col :span="24">说明:{{ item.description }}</el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" class="fbListCenterR">
|
|
|
+ <el-col :span="24" class="bainji">
|
|
|
+ <el-link :underline="false" @click="deteles(item)">彻底删除</el-link>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -275,26 +287,28 @@
|
|
|
</el-tab-pane>
|
|
|
|
|
|
<el-tab-pane label="交易取消" name="fgrr">
|
|
|
- <el-col :span="24" v-for="(item, index) in jiaoyilist" :key="index">
|
|
|
- <el-col class="xqborder">
|
|
|
- <el-col :span="24" class="fbListTop">
|
|
|
- <el-col :span="21"> </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="fbListCenter">
|
|
|
- <el-col :span="6" class="fbListCenterC">
|
|
|
- <p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
- <p>营销人名称:{{ item.market_username }}</p>
|
|
|
- <p>购买人名称:{{ item.username }}</p>
|
|
|
- </el-col>
|
|
|
- <el-col :span="6" class="fbListCenterTwo">
|
|
|
- <el-col :span="24">说明:{{ item.description }}</el-col>
|
|
|
+ <el-col :span="24" class="info">
|
|
|
+ <el-col :span="24" v-for="(item, index) in jiaoyilist" :key="index">
|
|
|
+ <el-col class="xqborder">
|
|
|
+ <el-col :span="24" class="fbListTop">
|
|
|
+ <el-col :span="21"> </el-col>
|
|
|
+ <el-col :span="3">
|
|
|
+ {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="6" class="fbListCenterR">
|
|
|
- <el-col :span="24" class="bainji">
|
|
|
- <el-link :underline="false" @click="deteles(item)">彻底删除</el-link>
|
|
|
+ <el-col :span="24" class="fbListCenter">
|
|
|
+ <el-col :span="6" class="fbListCenterC">
|
|
|
+ <p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
+ <p>营销人名称:{{ item.market_username }}</p>
|
|
|
+ <p>购买人名称:{{ item.username }}</p>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" class="fbListCenterTwo">
|
|
|
+ <el-col :span="24">说明:{{ item.description }}</el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" class="fbListCenterR">
|
|
|
+ <el-col :span="24" class="bainji">
|
|
|
+ <el-link :underline="false" @click="deteles(item)">彻底删除</el-link>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -570,6 +584,9 @@ p {
|
|
|
padding: 0;
|
|
|
margin: 0;
|
|
|
}
|
|
|
+.info {
|
|
|
+ height: 650px;
|
|
|
+}
|
|
|
.xqborder {
|
|
|
// width: 889px;
|
|
|
width: 100%;
|
|
@@ -641,6 +658,14 @@ p {
|
|
|
padding: 11px 0 0 0;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
+/deep/.el-pagination {
|
|
|
+ padding: 41px 0 0 0;
|
|
|
+ white-space: nowrap;
|
|
|
+ padding: 2px 5px;
|
|
|
+ color: #303133;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
.fabuBtn {
|
|
|
position: absolute;
|
|
|
top: 65px;
|