Commit 1d8d6d42 by huangqy

资源文件

parent 46f11aa6
export interface UniListItem {
title: string;
showExtraIcon: boolean;
showArrow: boolean;
extraIcon?: Resource;
url: string;
}
export const uniInitList: UniListItem[] = [
{
title: '数据同步',
showExtraIcon: true,
showArrow: true,
//extraIcon: '',
url: 'dataSynchronism'
},
{
title: '单位查看',
showExtraIcon: true,
showArrow: true,
//extraIcon: '',
url: 'pages/sub_systemMaintenance/Unit'
},
{
title: '库房查看',
showExtraIcon: true,
showArrow: true,
//extraIcon: '',
url: 'pages/sub_systemMaintenance/Warehouse'
},
{
title: '货架查看',
showExtraIcon: true,
showArrow: true,
//extraIcon: '',
url: 'goodsShelf'
},
{
title: '品名号型查看',
showExtraIcon: true,
showArrow: true,
//extraIcon: '',
url: 'pmhx'
},
{
title: '系统设置',
showExtraIcon: true,
showArrow: true,
//extraIcon: '',
url: 'setting'
},
]
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论