flat: 暂存

This commit is contained in:
Apcallover
2024-03-22 09:59:56 +08:00
parent 158c7888e2
commit 033b706b31
3 changed files with 4 additions and 4 deletions

View File

@@ -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%">

View File

@@ -119,7 +119,7 @@ let leftUserOptions = {
label: '手机号',
prop: 'telphone',
},{
label: '标签',
label: '个人标签',
prop: 'labelsBase',
slot: true,
}]

View File

@@ -599,7 +599,7 @@ export default {
// search: true
},
{
label: "服务标签",
label: "服务场景",
prop: "serveLabels",
rules: [
{