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

广场管理和活动成员管理优化

上级 8b8f530b
......@@ -285,7 +285,7 @@
let req = {
activityId: this.id,
hospitalName: this.memberForm.hospitalName,
doctorName: this.memberForm.hospitalName,
doctorName: this.memberForm.doctorName,
pageNo: this.memberForm.pageNum,
pageSize: this.memberForm.pageSize
};
......
......@@ -93,17 +93,17 @@
<span>{{ scope.row.type | circleTypeFilter }}</span>
</template>
</el-table-column>
<el-table-column prop="diseaseTags" label="疾病标签" min-width="100" align="center">
<el-table-column prop="diseaseTags" label="疾病标签" min-width="150" align="center">
<template slot-scope="scope">
<span>{{ scope.row.diseaseTags | tagsFilter }}</span>
</template>
</el-table-column>
<el-table-column prop="deptTags" label="科室标签" min-width="100" align="center">
<el-table-column prop="deptTags" label="科室标签" min-width="150" align="center">
<template slot-scope="scope">
<span>{{ scope.row.deptTags | tagsFilter }}</span>
</template>
</el-table-column>
<el-table-column prop="subjectTags" label="学科标签" min-width="100" align="center">
<el-table-column prop="subjectTags" label="学科标签" min-width="150" align="center">
<template slot-scope="scope">
<span>{{ scope.row.subjectTags | tagsFilter }}</span>
</template>
......@@ -113,7 +113,7 @@
<span>{{ scope.row.createdTime | liveDateFilter }}</span>
</template>
</el-table-column>
<el-table-column label="操作" min-width="300" align="center">
<el-table-column label="操作" min-width="100" align="center">
<template slot-scope="scope">
<el-button @click="editPlaza(scope.row)" type="text" size="small">编辑</el-button>
<el-button @click="delPlaza(scope.row)" type="text" size="small">移除</el-button>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册