代码提交-3-13

This commit is contained in:
2026-03-13 14:32:24 +08:00
parent 3ca2451b2f
commit ae4aede94d
27 changed files with 2285 additions and 517 deletions

View File

@@ -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");
}
}
}