公告板
版本库
filestore
活动
搜索
登录
main
/
flexJobAdminBClient
灵活用工B端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: 修改登录
zhengyiming
7 天以前
613d1a6ff31ca384c51d786819b27136d393a181
[flexJobAdminBClient.git]
/
src
/
views
/
System
/
types
/
index.ts
1
2
3
4
5
6
7
8
9
export type DrawerTableDataItem = {
id?: string;
enCode: string;
name: string;
sortCode: number;
width?: string;
isEdit?: boolean;
isShow?: boolean;
};