Commit 8d07409f authored by 李苏's avatar 李苏 💬

excel del fun

parent 81e721c0
......@@ -1245,43 +1245,7 @@ export const powerRoutes=[
name:'paper',
},
/* 查询统计 */
{
path: '/statistics',
component: 'Layout',
hidden: false,
alwaysShow:true,
redirect: 'securitySituation',
meta: {title: "查询统计", icon: "fa-cog", noCache: false, link: null,mkid:907000000},
children: [
{
component:'statistics/securitySituation/index',
hidden:false,
meta:{
// "title": "培训计划制定",
"title": "安全情况逐月年统计",
"icon": "",
"noCache": false,
"link": null,
"mkid":907000200,
},
name:'securitySituation',
path:"securitySituation"
}
// {
// component:'statistics/dangeRecords/index',
// hidden:false,
// meta:{
// "title": "查询超期隐患记录",
// "icon": "",
// "noCache": false,
// "link": null,
// "mkid":907000400,
// },
// name:'dangeRecords',
// path:"dangeRecords"
// }
]
},
/* 设备管理 */
{
path: '/equipment',
......
......@@ -140,12 +140,8 @@
/* 表格标题对应参数*/
tableTitle: [
{label: "状态", prop: "ztName", fieldType: "ftString",width:60},
{label: "公司", prop: "gsid", fieldType: "ftString",width:192,transform:{
url:'jcsj/common/bm/queryGs',label:'bmmc',value:'id'
}},
{label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{
url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id'
}},
{label: "公司", prop: "gsName", fieldType: "ftString",width:192},
{label: "班组", prop: "bzName", fieldType: "ftString",width:192},
//
// {label: "状态", prop: "zt", fieldType: "ftString",transform:{
// url:'aqgl/yhgl/yhjl/init/zt',label:'name',value:'id'
......@@ -161,12 +157,8 @@
/* */
{label: "风险点", prop: "fxdName", fieldType: "ftString",width:300},
{label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300},
{label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{
url:'aqgl/yhgl/yhfl/query',label:'name',value:'id'
}},
{label: "隐患等级", prop: "dj", fieldType: "ftString",width:192,transform:{
url:'aqgl/fxyk/fxpc/init/wxdj',label:'name',value:'id'
}},
{label: "隐患类型", prop: "flidName", fieldType: "ftString",width:192},
{label: "隐患等级", prop: "yhdjName", fieldType: "ftString",width:192,},
{label: "内容", prop: "nr", fieldType: "ftString",width:300},
// {label: "责任部门", prop: "bmName", fieldType: "ftString",width:192},
// {label: "制定整改方案", prop: "zdzgfa", fieldType: "ftString",width:6},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment