小小儁爺
2024-11-15 c0e9df213221d16f6ab6c9106ae01ad571cd45fc
src/views/attendanceModule/attendanceDay.vue
@@ -58,7 +58,7 @@
                range-separator="~"
                class="timeMini"
                size="mini"
                style="width: 200px;display: flex;line-height: 34px;height: 34px;"
                style="width: 240px;display: flex;line-height: 34px;height: 34px;"
                :clearable="false"
                start-placeholder="开始日期"
                end-placeholder="结束日期"
@@ -404,7 +404,7 @@
      form: {
        wkshop_code: '',
        creatusercode: '',
        creatdate: '',
        creatdate: [new Date(), new Date()],
        prop: 'wkshop_code', // 排序字段
        order: 'desc', // 排序字段
        page: 1, // 第几页
@@ -516,7 +516,7 @@
    reset() {
      this.form.wkshop_code = ''
      this.form.creatusercode = ''
      this.form.creatdate = ''
      this.form.creatdate = [new Date(), new Date()]
      this.getDailyWageReportSearch()
    },
    // 新增按钮