flat: 暂存
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
size="small"
|
||||
@click.stop="distributionCodeDialog = true"
|
||||
type="primary"
|
||||
>新增邀请码</el-button>
|
||||
>新增用户</el-button>
|
||||
</template>
|
||||
<template slot="isEnabled" slot-scope="{ row }">
|
||||
<el-switch
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
</avue-crud>
|
||||
<el-dialog
|
||||
title="新增邀请码"
|
||||
title="新增用户"
|
||||
:visible.sync="distributionCodeDialog"
|
||||
append-to-body
|
||||
width="30%">
|
||||
|
||||
@@ -119,7 +119,7 @@ let leftUserOptions = {
|
||||
label: '手机号',
|
||||
prop: 'telphone',
|
||||
},{
|
||||
label: '标签',
|
||||
label: '个人标签',
|
||||
prop: 'labelsBase',
|
||||
slot: true,
|
||||
}]
|
||||
|
||||
@@ -599,7 +599,7 @@ export default {
|
||||
// search: true
|
||||
},
|
||||
{
|
||||
label: "服务标签",
|
||||
label: "服务场景",
|
||||
prop: "serveLabels",
|
||||
rules: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user