|
@@ -16,11 +16,6 @@
|
|
|
</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">
|
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
<el-col :span="6" class="fbListCenterC">
|
|
|
<p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
<p>营销人名称:{{ item.market_username }}</p>
|
|
@@ -31,7 +26,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="fbListCenterR">
|
|
|
<el-col :span="24" class="bainji">
|
|
|
- <el-link :underline="false" @click="handleDelete(item)">彻底删除</el-link>
|
|
|
+ <el-link :underline="false" @click="deteles(item)">彻底删除</el-link>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -42,8 +37,10 @@
|
|
|
@size-change="handleSizeChange"
|
|
|
@current-change="handleCurrentChange"
|
|
|
:current-page="currentPage"
|
|
|
+ background
|
|
|
layout="total, prev, pager, next, jumper"
|
|
|
- :total="tatalstatus2"
|
|
|
+ :total="total1"
|
|
|
+ :page-size="pageSize"
|
|
|
>
|
|
|
</el-pagination>
|
|
|
</el-col>
|
|
@@ -59,11 +56,6 @@
|
|
|
</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">
|
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
<el-col :span="6" class="fbListCenterC">
|
|
|
<p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
<p>营销人名称:{{ item.market_username }}</p>
|
|
@@ -74,7 +66,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="fbListCenterR">
|
|
|
<el-col :span="24" class="bainji">
|
|
|
- <el-link :underline="false" @click="handleDelete(item)">彻底删除</el-link>
|
|
|
+ <el-link :underline="false" @click="deteles(item)">彻底删除</el-link>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -83,10 +75,12 @@
|
|
|
<el-col class="page" :span="24">
|
|
|
<el-pagination
|
|
|
@size-change="handleSizeChange"
|
|
|
- @current-change="handleCurrentChange"
|
|
|
+ @current-change="handleCurrentChange2"
|
|
|
:current-page="currentPage"
|
|
|
+ background
|
|
|
layout="total, prev, pager, next, jumper"
|
|
|
- :total="tatalstatus2"
|
|
|
+ :total="total2"
|
|
|
+ :page-size="pageSize"
|
|
|
>
|
|
|
</el-pagination>
|
|
|
</el-col>
|
|
@@ -102,11 +96,6 @@
|
|
|
</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">
|
|
|
- <el-image style="width:100px;height:100px" :src="acm.url"></el-image>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
<el-col :span="6" class="fbListCenterC">
|
|
|
<p class="textOver">产品:{{ item.product_name }}</p>
|
|
|
<p>营销人名称:{{ item.market_username }}</p>
|
|
@@ -117,7 +106,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="fbListCenterR">
|
|
|
<el-col :span="24" class="bainji">
|
|
|
- <el-link :underline="false" @click="handleDelete(item)">彻底删除</el-link>
|
|
|
+ <el-link :underline="false" @click="deteles(item)">彻底删除</el-link>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -128,8 +117,10 @@
|
|
|
@size-change="handleSizeChange"
|
|
|
@current-change="handleCurrentChange3"
|
|
|
:current-page="currentPage"
|
|
|
+ background
|
|
|
layout="total, prev, pager, next, jumper"
|
|
|
- :total="tatalstatus2"
|
|
|
+ :total="total3"
|
|
|
+ :page-size="pageSize"
|
|
|
>
|
|
|
</el-pagination>
|
|
|
</el-col>
|
|
@@ -138,7 +129,6 @@
|
|
|
</el-row>
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
- <el-link :underline="false" class="fabuBtn" @click="messFabu()">信息发布</el-link>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
@@ -155,26 +145,27 @@ export default {
|
|
|
shenheList: null,
|
|
|
tatalstatus2: null,
|
|
|
tatalstatus1: null,
|
|
|
- Transactionlist: null,
|
|
|
- jiaoyilist1: null,
|
|
|
- jiaoyilist: null,
|
|
|
- dinggou1: null,
|
|
|
dinggou2: null,
|
|
|
+ dinggou1: null,
|
|
|
dinggou3: null,
|
|
|
+ total1: null,
|
|
|
+ total2: null,
|
|
|
+ total3: null,
|
|
|
+
|
|
|
// gonggeiData: null,
|
|
|
},
|
|
|
components: {},
|
|
|
data: () => ({
|
|
|
currentPage: 0,
|
|
|
- activeName: 'fgrrsss',
|
|
|
+ activeName: 'first',
|
|
|
activeNameFirst: 'fgrrsss',
|
|
|
pageSize: 3,
|
|
|
}),
|
|
|
created() {},
|
|
|
computed: {},
|
|
|
methods: {
|
|
|
- handleDelete(item) {
|
|
|
- this.$emit('delete', { item });
|
|
|
+ deteles(item) {
|
|
|
+ this.$emit('deletes', { item });
|
|
|
},
|
|
|
messFabu() {
|
|
|
this.$router.push({ path: '/enterprise/enterprisexuqiu' });
|
|
@@ -185,27 +176,18 @@ export default {
|
|
|
handleClickFirst(tab, event) {
|
|
|
console.log(tab, event);
|
|
|
},
|
|
|
- // handleSizeChange(val) {
|
|
|
- // console.log(`每页 ${val} 条`);
|
|
|
- // },
|
|
|
- // handleCurrentChange(val) {
|
|
|
- // console.log(`当前页: ${val}`);
|
|
|
- // },
|
|
|
-
|
|
|
- handleSizeChange(pageSize) {
|
|
|
- // this.$emit('handleSizeChange', pageSize);
|
|
|
- },
|
|
|
+ handleSizeChange() {},
|
|
|
handleCurrentChange(currentPage) {
|
|
|
console.log(currentPage);
|
|
|
this.$emit('handleCurrentChange', { skip: (currentPage - 1) * this.pageSize, limit: this.pageSize, currentPage });
|
|
|
},
|
|
|
|
|
|
- handleCurrentChange1(currentPage) {
|
|
|
+ handleCurrentChange2(currentPage) {
|
|
|
console.log(currentPage);
|
|
|
this.$emit('handleCurrentChange1', { skip: (currentPage - 1) * this.pageSize, limit: this.pageSize, currentPage });
|
|
|
},
|
|
|
|
|
|
- handleCurrentChange2(currentPage) {
|
|
|
+ handleCurrentChange3(currentPage) {
|
|
|
console.log(currentPage);
|
|
|
this.$emit('handleCurrentChange2', { skip: (currentPage - 1) * this.pageSize, limit: this.pageSize, currentPage });
|
|
|
},
|