diff --git a/src/pages.json b/src/pages.json index d5c52e7..d4d3be2 100644 --- a/src/pages.json +++ b/src/pages.json @@ -662,6 +662,12 @@ "navigationBarTitleText": "现场维修数量" } }, + { + "path": "pages/dateUpdate/index", + "style": { + "navigationStyle": "custom" + } + }, // 材料站 start // 首页 { diff --git a/src/pages/dateUpdate/index.vue b/src/pages/dateUpdate/index.vue new file mode 100644 index 0000000..a30c1c5 --- /dev/null +++ b/src/pages/dateUpdate/index.vue @@ -0,0 +1,201 @@ + + + + + diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue index f2338f3..c2b6732 100644 --- a/src/pages/work/index.vue +++ b/src/pages/work/index.vue @@ -153,7 +153,7 @@ const newInfoList = ref([ }, { title: '日期更新', - url: '/pages/new-purchase/accept/index', + url: '/pages/dateUpdate/index', iconSrc: '../../static/workbench/panDian.png', }, {