浏览代码

下载证书

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()
             }
           ]
         }