Commit 25def4e1 authored by dingyoujian's avatar dingyoujian

调整

parent e5be1c57
...@@ -1099,58 +1099,58 @@ export const powerRoutes=[ ...@@ -1099,58 +1099,58 @@ export const powerRoutes=[
name:'archives', name:'archives',
path:"archives" path:"archives"
}, },
{ // {
component:'equipment/specialEquipment/index', // component:'equipment/specialEquipment/index',
hidden:false, // hidden:false,
meta:{ // meta:{
"title": "特种设备档案管理", // "title": "特种设备档案管理",
"icon": "", // "icon": "",
"noCache": false, // "noCache": false,
"link": null, // "link": null,
"mkid":908000400, // "mkid":908000400,
}, // },
name:'specialEquipment', // name:'specialEquipment',
path:"specialEquipment" // path:"specialEquipment"
}, // },
{ // {
component:'equipment/environment/index', // component:'equipment/environment/index',
hidden:false, // hidden:false,
meta:{ // meta:{
"title": "环保设备档案管理", // "title": "环保设备档案管理",
"icon": "", // "icon": "",
"noCache": false, // "noCache": false,
"link": null, // "link": null,
"mkid":908000800, // "mkid":908000800,
}, // },
name:'environment', // name:'environment',
path:"environment" // path:"environment"
}, // },
{ // {
component:'equipment/maintain/index', // component:'equipment/maintain/index',
hidden:false, // hidden:false,
meta:{ // meta:{
"title": "维护防护设施档案", // "title": "维护防护设施档案",
"icon": "", // "icon": "",
"noCache": false, // "noCache": false,
"link": null, // "link": null,
"mkid":908001000, // "mkid":908001000,
}, // },
name:'maintain', // name:'maintain',
path:"maintain" // path:"maintain"
}, // },
{ // {
component:'equipment/inspection/index', // component:'equipment/inspection/index',
hidden:false, // hidden:false,
meta:{ // meta:{
"title": "设备设施巡检管理", // "title": "设备设施巡检管理",
"icon": "", // "icon": "",
"noCache": false, // "noCache": false,
"link": null, // "link": null,
"mkid":908001200, // "mkid":908001200,
}, // },
name:'inspection', // name:'inspection',
path:"inspection" // path:"inspection"
}, // },
/* 设备保养项目*/ /* 设备保养项目*/
{ {
component:'equipment/sbbyxm/index', component:'equipment/sbbyxm/index',
...@@ -1160,7 +1160,7 @@ export const powerRoutes=[ ...@@ -1160,7 +1160,7 @@ export const powerRoutes=[
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":'908000100', "mkid":'908000300',
}, },
name:'sbbyxm', name:'sbbyxm',
path:"sbbyxm" path:"sbbyxm"
...@@ -1170,11 +1170,11 @@ export const powerRoutes=[ ...@@ -1170,11 +1170,11 @@ export const powerRoutes=[
component:'equipment/sbbymx/index', component:'equipment/sbbymx/index',
hidden:false, hidden:false,
meta:{ meta:{
"title": "设备保养项目", "title": "设备保养信息",
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":'908000100', "mkid":'908000400',
}, },
name:'sbbymx', name:'sbbymx',
path:"sbbymx" path:"sbbymx"
......
...@@ -74,15 +74,15 @@ import { ...@@ -74,15 +74,15 @@ import {
tableTitle: [ tableTitle: [
// {label: "设备ID", prop: "sbid", fieldType: "ftString",width:192}, // {label: "设备ID", prop: "sbid", fieldType: "ftString",width:192},
// {label: "保养项目ID", prop: "xmid", fieldType: "ftString",width:192}, // {label: "保养项目ID", prop: "xmid", fieldType: "ftString",width:192},
{label: "保养人员", prop: "username", fieldType: "ftString",width:192}, {label: "保养人员", prop: "byrName", fieldType: "ftString",width:192},
{label: "保养时间", prop: "bysj", fieldType: "ftDateTime"}, {label: "保养时间", prop: "bysj", fieldType: "ftDateTime"},
{label: "附件数", prop: "attachcount", fieldType: "int"}, {label: "保养说明", prop: "bysm", fieldType: "ftString",width:300},
// {label: "附件数", prop: "attachcount", fieldType: "int"},
{label: "备注", prop: "bz", fieldType: "ftString",width:300}, {label: "备注", prop: "bz", fieldType: "ftString",width:300},
{label: "维护人", prop: "whr", fieldType: "ftString"}, {label: "维护人", prop: "whr", fieldType: "ftString"},
{label: "维护时间", prop: "whsj", fieldType: "ftDateTime"}, {label: "维护时间", prop: "whsj", fieldType: "ftDateTime"},
{label: "创建人", prop: "cjr", fieldType: "ftString"}, // {label: "创建人", prop: "cjr", fieldType: "ftString"},
{label: "创建时间", prop: "cjsj", fieldType: "ftDateTime"}, // {label: "创建时间", prop: "cjsj", fieldType: "ftDateTime"},
{label: "保养说明", prop: "bysm", fieldType: "ftString",width:300},
] ]
} }
}, },
......
...@@ -85,16 +85,16 @@ ...@@ -85,16 +85,16 @@
{label: "编码", prop: "code", fieldType: "ftString",width:120}, {label: "编码", prop: "code", fieldType: "ftString",width:120},
{label: "名称", prop: "name", fieldType: "ftString",width:300}, {label: "名称", prop: "name", fieldType: "ftString",width:300},
{label: "保养周期-天", prop: "byzq", fieldType: "int",width:252}, {label: "保养周期-天", prop: "byzq", fieldType: "int",width:252},
{label: "公司", prop: "gsName", fieldType: "ftString",width:192}, // {label: "公司", prop: "gsName", fieldType: "ftString",width:192},
{label: "停用标志", prop: "tybz", fieldType: "ftString",width:100}, // {label: "停用标志", prop: "tybz", fieldType: "ftString",width:100},
{label: "停用日期", prop: "tyrq", ...this.$common('ftDateTime'),width:192}, // {label: "停用日期", prop: "tyrq", ...this.$common('ftDateTime'),width:192},
{label: "标准工时", prop: "bzgs", fieldType: "float",width:192}, {label: "标准工时", prop: "bzgs", fieldType: "float",width:192},
{label: "附件数", prop: "attachcount", fieldType: "int",width:192}, // {label: "附件数", prop: "attachcount", fieldType: "int",width:192},
{label: "备注", prop: "bz", fieldType: "ftString",width:300}, // {label: "备注", prop: "bz", fieldType: "ftString",width:300},
{label: "维护人", prop: "whr", fieldType: "ftString",width:192}, {label: "维护人", prop: "whr", fieldType: "ftString",width:192},
{label: "维护时间", prop: "whsj", ...this.$common('ftDateTime'),width:192}, {label: "维护时间", prop: "whsj", ...this.$common('ftDateTime'),width:192},
{label: "创建人", prop: "cjr", fieldType: "ftString",width:192}, // {label: "创建人", prop: "cjr", fieldType: "ftString",width:192},
{label: "创建时间", prop: "cjsj", ...this.$common('ftDateTime'),width:192}, // {label: "创建时间", prop: "cjsj", ...this.$common('ftDateTime'),width:192},
] ]
} }
}, },
......
...@@ -84,12 +84,12 @@ ...@@ -84,12 +84,12 @@
// {label: "停用标志", prop: "tybz", fieldType: "ftString",width:100}, // {label: "停用标志", prop: "tybz", fieldType: "ftString",width:100},
// {label: "停用日期", prop: "tyrq", ...this.$common('ftDateTime'),width:192}, // {label: "停用日期", prop: "tyrq", ...this.$common('ftDateTime'),width:192},
{label: "标准工时", prop: "bzgs", fieldType: "float",width:192}, {label: "标准工时", prop: "bzgs", fieldType: "float",width:192},
{label: "附件数", prop: "attachcount", fieldType: "int",width:192}, // {label: "附件数", prop: "attachcount", fieldType: "int",width:192},
{label: "备注", prop: "bz", fieldType: "ftString",width:300}, // {label: "备注", prop: "bz", fieldType: "ftString",width:300},
{label: "维护人", prop: "whr", fieldType: "ftString",width:192}, {label: "维护人", prop: "whr", fieldType: "ftString",width:192},
{label: "维护时间", prop: "whsj", ...this.$common('ftDateTime'),width:192}, {label: "维护时间", prop: "whsj", ...this.$common('ftDateTime'),width:192},
{label: "创建人", prop: "cjr", fieldType: "ftString",width:192}, // {label: "创建人", prop: "cjr", fieldType: "ftString",width:192},
{label: "创建时间", prop: "cjsj", ...this.$common('ftDateTime'),width:192}, // {label: "创建时间", prop: "cjsj", ...this.$common('ftDateTime'),width:192},
] ]
} }
}, },
......
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