所属机构统一改成机构名称
This commit is contained in:
@@ -110,18 +110,25 @@ const curdOptions = {
|
||||
index: true,
|
||||
indexLabel: "序号",
|
||||
column: [{
|
||||
label: '企业名称',
|
||||
label: '机构名称',
|
||||
prop: 'companyName',
|
||||
search: true,
|
||||
}, {
|
||||
label: '用户名',
|
||||
prop: 'realName',
|
||||
// search: true,
|
||||
},{
|
||||
label: '邀请码',
|
||||
prop: 'inviteCode',
|
||||
label: '企业名称',
|
||||
prop: 'comname',
|
||||
search: true,
|
||||
},{
|
||||
label: '绑定用户',
|
||||
prop: 'realName',
|
||||
// search: true,
|
||||
},
|
||||
// {
|
||||
// label: '邀请码',
|
||||
// prop: 'inviteCode',
|
||||
// search: true,
|
||||
// },
|
||||
|
||||
{
|
||||
label: '手机号',
|
||||
prop: 'phone',
|
||||
search: true,
|
||||
@@ -130,10 +137,12 @@ const curdOptions = {
|
||||
prop: 'idNumber',
|
||||
search: true,
|
||||
formatter:(_,value,label) => value
|
||||
},{
|
||||
label: '备注',
|
||||
prop: 'remarks',
|
||||
},{
|
||||
},
|
||||
// {
|
||||
// label: '备注',
|
||||
// prop: 'remarks',
|
||||
// },
|
||||
{
|
||||
label: '启用状态',
|
||||
prop: 'isEnabled',
|
||||
slot: true,
|
||||
|
||||
Reference in New Issue
Block a user