代码提交-3-13
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
uniGridList: [{
|
||||
text: '打卡记录',
|
||||
type: "calendar-filled",
|
||||
ifData: "checkRole(['admin'])"
|
||||
ifData: false
|
||||
},
|
||||
{
|
||||
text: '异常巡检',
|
||||
@@ -64,6 +64,11 @@
|
||||
type: "navigate-filled",
|
||||
ifData: "checkRole(['admin',common])"
|
||||
},
|
||||
{
|
||||
text: '巡检记录',
|
||||
type: "list",
|
||||
ifData: "checkRole(['admin'])"
|
||||
},
|
||||
// {
|
||||
// text: '申报记录',
|
||||
// type: "list",
|
||||
@@ -105,12 +110,14 @@
|
||||
if (index == 1) {
|
||||
this.$tab.navigateTo("/pages/work/inspection/checkInRecord/index");
|
||||
} else if (index == 2) {
|
||||
this.$tab.navigateTo("/pages/work/inspection/inspectionEx/index");
|
||||
} else if (index == 3) {
|
||||
this.$tab.navigateTo("/pages/work/sidebar/safetyDeclaratio/index");
|
||||
} else if (index == 4) {
|
||||
this.$tab.navigateTo("/pages/work/sidebar/filingLog/index");
|
||||
}
|
||||
this.$tab.navigateTo("/pages/work/inspection/abnormalList/index");
|
||||
} else if (index == 3) {
|
||||
this.$tab.navigateTo("/pages/work/sidebar/filingLog/index");
|
||||
} else if (index == 4) {
|
||||
this.$tab.navigateTo("/pages/work/inspection/recordList/index");
|
||||
} else if (index == 5) {
|
||||
this.$tab.navigateTo("/pages/work/sidebar/filingLog/index");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user