|
|
@@ -268,6 +268,11 @@
|
|
|
<template v-slot:phone="{ row }">
|
|
|
<el-input v-model="row.phone" placeholder="请输入" maxlength="20"></el-input>
|
|
|
</template>
|
|
|
+
|
|
|
+ <template v-slot:wechat="{ row }">
|
|
|
+ <el-input v-model="row.wechat" placeholder="请输入" maxlength="50"></el-input>
|
|
|
+ </template>
|
|
|
+
|
|
|
<template v-slot:email="{ row }">
|
|
|
<el-input v-model="row.email" placeholder="请输入" maxlength="50"></el-input>
|
|
|
</template>
|
|
|
@@ -560,6 +565,13 @@ export default {
|
|
|
slot: 'phone',
|
|
|
action: 'phone'
|
|
|
},
|
|
|
+
|
|
|
+ {
|
|
|
+ label: '微信号',
|
|
|
+ prop: 'wechat',
|
|
|
+ slot: 'wechat',
|
|
|
+ action: 'wechat',
|
|
|
+ },
|
|
|
{
|
|
|
label: '邮箱',
|
|
|
prop: 'email',
|