提交 70aa088f 编写于 作者: vino's avatar vino

活动成员管理优化

上级 53ef33f8
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
align="center" align="center"
width="140"> width="140">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button @click="detel(scope.row)" type="text" size="small" style="color:red" v-if="scope.row.source != 1">删除</el-button> <el-button @click="detel(scope.row)" type="text" size="small" style="color:red">删除</el-button>
</template> </template>
</el-table-column> </el-table-column>
<div slot="empty"> <div slot="empty">
...@@ -217,27 +217,12 @@ ...@@ -217,27 +217,12 @@
jumPathThird: '/activity-management', jumPathThird: '/activity-management',
administrativeValue: "", administrativeValue: "",
optionsRegion: [], optionsRegion: [],
sourceList: [
{
label: '全部',
value: 0
},
{
label: '可访问本圈的地区/机构',
value: 1
},
{
label: '手动添加',
value: 2
},
],
activityDoctorModelList: [], activityDoctorModelList: [],
totalPeople: 10, totalPeople: 10,
selectionList:[], selectionList:[],
memberForm: { memberForm: {
name: '', hospitalName: '',
orgName: '', doctorName: '',
source: 0,
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10
}, },
...@@ -272,9 +257,8 @@ ...@@ -272,9 +257,8 @@
methods: { methods: {
init() { init() {
this.memberForm.pageNum = 1; this.memberForm.pageNum = 1;
this.memberForm.name = ""; this.memberForm.hospitalName = "";
this.memberForm.orgName = ""; this.memberForm.doctorName = "";
this.memberForm.source = 0
this.getList(1) this.getList(1)
}, },
serch() { serch() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册