Commit 9aaf542d authored by anxixi's avatar anxixi

运营指标验收等功能

parent 320e0c0b
......@@ -155,6 +155,7 @@
<el-table-column label="操作" width="100" align="center" fixed="right">
<template slot-scope="scope">
<el-button type="text" @click="handleToDetail(scope.row)">查看</el-button>
<el-button v-if="publicFun.isgetUserRoleFunc(2)" type="text" @click="getout">下架</el-button>
</template>
</el-table-column>
</el-table>
......@@ -444,7 +445,18 @@
// if (data.length > 1) data.shift();
this.getInitData();
},
getout(){
this.$confirm('请您联系技术团队人员', {
cancelButtonText: '取消',
confirmButtonText: '确定',
type: '',
customClass: 'deleteConfirm'
}).then(() => {
}).catch(() => {
});
},
//获取区域
getAreaList() {
commonApi.getAreaAxios().then((res) => {
......
......@@ -103,6 +103,7 @@
<el-table-column :label="$t('listjson.action')" width="100" align='center' fixed="right">
<template slot-scope="scope">
<el-button type="text" @click="handdetail(scope.row)">{{$t('listjson.seeaction')}}</el-button>
<el-button v-if="publicFun.isgetUserRoleFunc(2)" type="text" @click="getout">下架</el-button>
</template>
</el-table-column>
<template slot="empty">
......@@ -305,6 +306,18 @@
return false;
});
},
getout(){
this.$confirm('请您联系技术团队人员', {
cancelButtonText: '取消',
confirmButtonText: '确定',
type: '',
customClass: 'deleteConfirm'
}).then(() => {
}).catch(() => {
});
},
},
mounted() {
this.getselectAreaList();
......
......@@ -75,6 +75,7 @@
<el-table-column :label="$t('listjson.action')" width="100" align='center' fixed="right">
<template slot-scope="scope">
<el-button type="text" @click="handdetail(scope.row)">{{$t('listjson.seeaction')}}</el-button>
<el-button v-if="publicFun.isgetUserRoleFunc(2)" type="text" @click="getout">下架</el-button>
</template>
</el-table-column>
<template slot="empty">
......@@ -292,6 +293,18 @@
return false;
});
},
getout(){
this.$confirm('请您联系技术团队人员', {
cancelButtonText: '取消',
confirmButtonText: '确定',
type: '',
customClass: 'deleteConfirm'
}).then(() => {
}).catch(() => {
});
},
},
mounted() {
this.getselectAreaList();
......
......@@ -90,6 +90,7 @@
<template slot-scope="scope">
<el-button type="text" @click="$router.push({path:'/kolExpertDetail',query:{id:scope.row.professorId}})">查看</el-button>
<el-button type="text" @click="$router.push({path:'/addkolExpert',query:{id:scope.row.professorId}})">修改</el-button>
<el-button v-if="publicFun.isgetUserRoleFunc(2)" type="text" @click="getout">下架</el-button>
</template>
</el-table-column>
<template slot="empty">
......@@ -186,6 +187,18 @@
return false;
});
},
getout(){
this.$confirm('请您联系技术团队人员', {
cancelButtonText: '取消',
confirmButtonText: '确定',
type: '',
customClass: 'deleteConfirm'
}).then(() => {
}).catch(() => {
});
},
// 专家导出
exportSuccess(){
let params = this.searchs;
......
......@@ -159,6 +159,7 @@
<el-table-column label="操作" width="100" align="center" fixed="right">
<template slot-scope="scope">
<el-button type="text" @click="handleToDetail(scope.row)">查看</el-button>
<el-button v-if="publicFun.isgetUserRoleFunc(2)" type="text" @click="getout">下架</el-button>
</template>
</el-table-column>
</el-table>
......@@ -495,7 +496,18 @@
// if (data.length > 1) data.shift();
this.getInitData();
},
getout(){
this.$confirm('请您联系技术团队人员', {
cancelButtonText: '取消',
confirmButtonText: '确定',
type: '',
customClass: 'deleteConfirm'
}).then(() => {
}).catch(() => {
});
},
//获取区域
getAreaList() {
commonApi.getAreaAxios().then((res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment