diff --git a/pages/tabBar/work/index.vue b/pages/tabBar/work/index.vue index 9c348a4..248907c 100644 --- a/pages/tabBar/work/index.vue +++ b/pages/tabBar/work/index.vue @@ -112,11 +112,11 @@ export default { { image: "/static/img/电费.png", text: "电量上报" }, ], bxList: [ - { image: '/static/img/上报.png', text: '上报' }, + // { image: '/static/img/上报.png', text: '上报' }, { image: '/static/img/处理.png', text: '处理' }, ], bsList: [ - { image: '/static/img/上报.png', text: '上报' }, + // { image: '/static/img/上报.png', text: '上报' }, { image: '/static/img/处理.png', text: '处理' }, ], };