Browse Source

更新依赖

ZaiZai 1 year ago
parent
commit
7bce5b19dc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/views/alter/admin/order.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240705090602"
+  "value": "20240705144219"
 }

+ 1 - 1
src/views/alter/admin/order.vue

@@ -393,7 +393,7 @@ const reportFinish = () => {
 
 //撤销上报
 const undoReportClick = async () => {
-
+    window?.$message.warning('功能开发中...')
 }
 </script>