bug
This commit is contained in:
@@ -325,7 +325,7 @@
|
|||||||
<ai-dialog
|
<ai-dialog
|
||||||
:visible.sync="isShowTags"
|
:visible.sync="isShowTags"
|
||||||
width="800px"
|
width="800px"
|
||||||
title="标签"
|
title="选择标签"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
@onConfirm="onTagsConfirm">
|
@onConfirm="onTagsConfirm">
|
||||||
<div class="tags">
|
<div class="tags">
|
||||||
|
|||||||
@@ -133,7 +133,7 @@
|
|||||||
:current.sync="search1.current"
|
:current.sync="search1.current"
|
||||||
:size.sync="search1.size"
|
:size.sync="search1.size"
|
||||||
@getList="getMemberInfo">
|
@getList="getMemberInfo">
|
||||||
<el-table-column slot="user" label="成员" align="left">
|
<el-table-column slot="user" label="员工" align="left">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<div class="userinfo">
|
<div class="userinfo">
|
||||||
<span>{{ row.userName }}</span>
|
<span>{{ row.userName }}</span>
|
||||||
@@ -196,7 +196,6 @@
|
|||||||
isShowGroups: false,
|
isShowGroups: false,
|
||||||
isShowPhone: false,
|
isShowPhone: false,
|
||||||
user1: [],
|
user1: [],
|
||||||
user2: [],
|
|
||||||
radio1: '未执行',
|
radio1: '未执行',
|
||||||
search1: {
|
search1: {
|
||||||
current: 1,
|
current: 1,
|
||||||
@@ -206,20 +205,14 @@
|
|||||||
sendStatus: '0'
|
sendStatus: '0'
|
||||||
},
|
},
|
||||||
memberInfo: {},
|
memberInfo: {},
|
||||||
groupInfo: {},
|
|
||||||
tableData1: [],
|
tableData1: [],
|
||||||
fileList: [],
|
fileList: [],
|
||||||
tableData2: [],
|
|
||||||
info: {},
|
info: {},
|
||||||
content: '',
|
content: '',
|
||||||
currIndex: 0,
|
currIndex: 0,
|
||||||
colConfigs3: [
|
|
||||||
{ prop: 'groupOwnerName', label: '群主' },
|
|
||||||
{ prop: 'groupNames', label: '群名称' }
|
|
||||||
],
|
|
||||||
colConfigs1: [
|
colConfigs1: [
|
||||||
{ slot: 'user', label: '成员' },
|
{ slot: 'user', label: '员工' },
|
||||||
{ prop: 'groupCount', label: '预计送达居民群', align: 'center' }
|
{ prop: 'groupCount', label: '预计送达居民', align: 'center' }
|
||||||
],
|
],
|
||||||
groups: [],
|
groups: [],
|
||||||
timer: null,
|
timer: null,
|
||||||
|
|||||||
@@ -234,7 +234,7 @@
|
|||||||
<ai-dialog
|
<ai-dialog
|
||||||
:visible.sync="isShowTags"
|
:visible.sync="isShowTags"
|
||||||
width="800px"
|
width="800px"
|
||||||
title="标签'"
|
title="选择标签'"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
@onConfirm="onTagsConfirm">
|
@onConfirm="onTagsConfirm">
|
||||||
<div class="tags">
|
<div class="tags">
|
||||||
|
|||||||
@@ -133,7 +133,7 @@
|
|||||||
:current.sync="search1.current"
|
:current.sync="search1.current"
|
||||||
:size.sync="search1.size"
|
:size.sync="search1.size"
|
||||||
@getList="getMemberInfo">
|
@getList="getMemberInfo">
|
||||||
<el-table-column slot="user" label="成员" align="left">
|
<el-table-column slot="user" label="员工" align="left">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<div class="userinfo">
|
<div class="userinfo">
|
||||||
<span>{{ row.userName }}</span>
|
<span>{{ row.userName }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user