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

View File

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

View File

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