y595705120 преди 3 седмици
родител
ревизия
dc251df10a
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      src/containers/certificate/index.vue

+ 5 - 0
src/containers/certificate/index.vue

@@ -95,6 +95,7 @@
   import {
     httpServer
   } from "@/components/httpServer/httpServer.js";
+  import {curDate} from "@/utils/date.js";
   export default {
     data() {
       return {
@@ -195,6 +196,10 @@
             {
               label: '发证日期',
               value: firstItem.publishDate
+            },
+            {
+              label: '扫码日期',
+              value: curDate()
             }
           ]
         }