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