diff --git a/pagePrinter/index/components/printer-item.vue b/pagePrinter/index/components/printer-item.vue
index fc85521..6e0532a 100644
--- a/pagePrinter/index/components/printer-item.vue
+++ b/pagePrinter/index/components/printer-item.vue
@@ -48,7 +48,7 @@
删除
- 编辑
+ 编辑
@@ -57,14 +57,18 @@
+
+
\ No newline at end of file
diff --git a/pageSalesSummary/index.vue b/pageSalesSummary/index.vue
index fc61897..9004904 100644
--- a/pageSalesSummary/index.vue
+++ b/pageSalesSummary/index.vue
@@ -18,7 +18,7 @@
},
setup() {
const toggle = (type) => {
- console.log(refs, '调试1')
+ // console.log(refs, '调试1')
this.$refs.popup.open(type)
}
},
diff --git a/pages.json b/pages.json
index cf25ad3..a79e2ba 100644
--- a/pages.json
+++ b/pages.json
@@ -1244,6 +1244,13 @@
// "navigationBarTitleText" : "添加/编辑云打印机"
"navigationBarTitleText": ""
}
+ },
+ {
+ "pageId": "PAGES_PRINTER_EDIT",
+ "path": "index/editPrinter",
+ "style": {
+ "navigationBarTitleText" : "打印机编辑"
+ }
}
]