提交 a9d5bf8f 编写于 作者: 孙喜旺

群成员字段修改

上级 7d3bb57e
......@@ -22,7 +22,7 @@ export default {
pageNum: 1,
pageSize: 10,
groupId: undefined,
memberName: undefined,
name: undefined,
},
joinScene: {
1: '由成员邀请入群(直接邀请入群)',
......@@ -81,7 +81,7 @@ export default {
<el-input
size="normal"
placeholder="请输入群成员"
v-model="query.memberName"
v-model="query.name"
class
>
<el-button type="primary" slot="append" @click="getList(1)">
......@@ -96,7 +96,7 @@ export default {
<el-table-column width="55" />
<el-table-column label="群成员" prop="name">
<template slot-scope="scope">
{{ scope.row.memberName }}
{{ scope.row.name }}
<!-- <span
:style="{color: scope.row.joinType == 1 ? '#4bde03' : '#f9a90b'}"
>{{ ({1: '@微信', 2: '@企业微信'})[scope.row.joinType] }}</span>-->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册