固定资产图标上传

This commit is contained in:
THK3121 2023-08-23 09:17:34 +08:00
parent 17f25116f5
commit 5963b078f4
2 changed files with 92 additions and 87 deletions

BIN
static/img/home/GDZZ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B

View File

@ -187,93 +187,98 @@ export const quickLink = [{
] ]
// oaHOme快速入口数据 // oaHOme快速入口数据
export const oaHomeData = [ export const oaHomeData = [{
{ text: '公司信息',
text: '公司信息', icon: '../../static/img/home/GSXX.png',
icon: '../../static/img/home/GSXX.png', url: '/subpkg/companyInfo/companyInfo',
url: '/subpkg/companyInfo/companyInfo', admin: true
admin: true },
}, {
{ text: '人员管理',
text: '人员管理', icon: '../../static/img/home/RYGL.png',
icon: '../../static/img/home/RYGL.png', url: '/subpkg/personnel/personnel',
url: '/subpkg/personnel/personnel', admin: true
admin: true },
}, {
{ text: '固定资产',
text: '固定资产', icon: '../../static/img/home/GDZZ.png',
icon: '../../static/img/home/GDZC.png', url: '/subpkg/property/index',
url: '/subpkg/fixedAssets/fixedAssets', admin: true
admin: true },
}, {
{ text: '合同管理',
text: '合同管理', icon: '../../static/img/home/HTGL.png',
icon: '../../static/img/home/HTGL.png', url: '/subpkg/contract/contract'
url: '/subpkg/contract/contract' },
}, // {
// { // text: '公司管理',
// text: '公司管理', // icon: '../../static/img/home/GSXX.png',
// icon: '../../static/img/home/GSXX.png', // url: '/subpkg/companyAdmin/companyAdmin',
// url: '/subpkg/companyAdmin/companyAdmin', // admin: true
// admin: true // },
// }, {
{ text: '任务管理',
text: '任务管理', icon: '../../static/img/home/RWGL.png',
icon: '../../static/img/home/RWGL.png', url: '/subpkg/taskAdmin/taskAdmin',
url: '/subpkg/taskAdmin/taskAdmin', },
}, {
{ text: '档案管理',
text: '档案管理', icon: '../../static/img/home/DAGL.png',
icon: '../../static/img/home/DAGL.png', url: '/subpkg/captain/captain',
url: '/subpkg/captain/captain', admin: true
admin: true },
}, {
{ text: '档案管理',
text: '档案管理', icon: '../../static/img/home/DAGL.png',
icon: '../../static/img/home/DAGL.png', url: '/subpkg/archives/archives',
url: '/subpkg/archives/archives', captain: true
captain: true },
}, // {
// { // text: '片区经理',
// text: '片区经理', // icon: '../../static/img/home/GRCW.png',
// icon: '../../static/img/home/GRCW.png', // url: '/pages/oaManager/oaManager',
// url: '/pages/oaManager/oaManager', // admin: true
// admin: true // },
// }, {
{ text: '个人财务',
text: '个人财务', icon: '../../static/img/home/GRCW.png',
icon: '../../static/img/home/GRCW.png', url: '/subpkg/finance/finance'
url: '/subpkg/finance/finance' },
}, {
// { text: '驿站',
// text: '出差申请', icon: '../../static/img/home/GRCW.png',
// icon: prefix + 'oa/ccsq@2x.png' url: '/subpkg/finance/finance',
// }, // captain: true
// { },
// text: '外出申请', // {
// icon: prefix + 'oa/wcsq@2x.png' // text: '出差申请',
// }, // icon: prefix + 'oa/ccsq@2x.png'
// { // },
// text: '采购申请', // {
// icon: prefix + 'oa/cgsq@2x.png' // text: '外出申请',
// }, // icon: prefix + 'oa/wcsq@2x.png'
// { // },
// text: '物品维修', // {
// icon: prefix + 'oa/bxsq@2x.png' // text: '采购申请',
// }, // icon: prefix + 'oa/cgsq@2x.png'
// { // },
// text: '用章申请', // {
// icon: prefix + 'oa/yzsq@2x.png' // text: '物品维修',
// }, // icon: prefix + 'oa/bxsq@2x.png'
// { // },
// text: '报销申请', // {
// icon: prefix + 'oa/gengduo@2x.png' // text: '用章申请',
// }, // icon: prefix + 'oa/yzsq@2x.png'
{ // },
text: '更多', // {
icon: prefix + 'oa/wpwx@2x.png', // text: '报销申请',
url: '/pages/views/application' // icon: prefix + 'oa/gengduo@2x.png'
} // },
{
text: '更多',
icon: prefix + 'oa/wpwx@2x.png',
url: '/pages/views/application'
}
] ]
/** /**