Ver código fonte

下载证书

y595705120 3 semanas atrás
pai
commit
dc251df10a
1 arquivos alterados com 5 adições e 0 exclusões
  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()
             }
           ]
         }