智慧保安考试系统
Administrator
2022-01-14 f507902b5de50cd0b7ac4888ae6aa3ebf26e7ecc
src/views/qiandao/signIn.vue
@@ -56,9 +56,6 @@
      form: {},
      search: {},
      option: {
        // card: true,
        // tip: false,
        // searchSize: "mini",
        searchMenuSpan: 6,
        height: "auto",
        index: true,
@@ -73,15 +70,12 @@
        labelWidth: "120",
        menuWidth: 200,
        align: "center",
        menuWidth: 90,
        menu: false,
        refreshBtn: false,
        columnBtn: false,
        emptyBtnText: " ",
        searchBtnText: " ",
        searchShowBtn: false,
        // reserveSelection: true,
        // selection: true,
        column: [
          {
            label: "姓名",
@@ -153,7 +147,14 @@
    var times = new Date();
    this.year = times.getFullYear();
    this.month = Number(times.getMonth()) + 1;
    if(this.month<10){
      this.month = "0"+this.month;
    }
    // console.log(this.month,123456);
    this.day = times.getDate();
    if(this.day<10){
      this.day = "0"+this.day;
    }
    this.timeDom = this.year + "-" + this.month + "-" + this.day;
    this.search["signTime"] = this.timeDom;
    this.query["signTime"] = this.timeDom;