liuyg
2021-12-16 fb6629dcf7aad6bb03ebf3ec16c6db48494d57b3
src/views/qiandao/signIn.vue
@@ -1,6 +1,6 @@
<template>
  <basic-container class="signIn" id="signIn">
    <div class="timeDom">当天时间:{{ timeDom }}</div>
    <!-- <div class="timeDom">当天时间:{{ timeDom }}</div> -->
    <avue-crud
      v-if="visible"
      :option="option"
@@ -103,7 +103,7 @@
            prop: "idCardNo",
            search: true,
            searchSpan: 9,
            searchLabelWidth: 80,
            searchLabelWidth: 85,
            // searchRange: true,
            // searchValue: this.getuserid(),
            width: 180,
@@ -112,25 +112,25 @@
            label: "签到时间",
            prop: "updateTime",
            type: "date",
            format: "yyyy-MM-dd",
            valueFormat: "yyyy-MM-dd",
            format: "yyyy-MM-dd hh:mm:ss",
            valueFormat: "yyyy-MM-dd hh:mm:ss",
            // search: true,
            // searchSpan: 5,
            // searchLabelWidth: 80,
            width: 180,
          },
          {
            label: "签到时间",
            prop: "signTime",
            type: "date",
            hide: true,
            format: "yyyy-MM-dd",
            valueFormat: "yyyy-MM-dd",
            search: true,
            searchSpan: 5,
            searchLabelWidth: 80,
            width: 180,
          },
          // {
          //   label: "签到时间",
          //   prop: "signTime",
          //   type: "date",
          //   hide: true,
          //   format: "yyyy-MM-dd",
          //   valueFormat: "yyyy-MM-dd",
          //   search: true,
          //   searchSpan: 5,
          //   searchLabelWidth: 80,
          //   width: 180,
          // },
        ],
        delBtn: false,
        editBtn: false,