提交 4e74e0c8 作者: ZhangLingKun

功能:账号管理单位回显

上级 93841055
...@@ -31,6 +31,7 @@ export type listBAccountPageType = InterListFunction< ...@@ -31,6 +31,7 @@ export type listBAccountPageType = InterListFunction<
createTime: string; createTime: string;
companyAuthStatus: null; companyAuthStatus: null;
cooperationTagId: null; cooperationTagId: null;
companyName: string;
} }
>; >;
// 账号-新增 // 账号-新增
......
...@@ -105,7 +105,9 @@ function AccountManageView() { ...@@ -105,7 +105,9 @@ function AccountManageView() {
{ {
title: '所属单位', title: '所属单位',
align: 'center', align: 'center',
width: '10%', dataIndex: 'companyName',
width: '150px',
ellipsis: true,
}, },
{ {
title: '渠道等级', title: '渠道等级',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论