From 7586297bb89bbfe2cd4d3711ed5e38f84c3f971c Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 07 五月 2024 18:04:45 +0800 Subject: [PATCH] 考勤统计模块 修改默认日期为当前月份的前一个月 --- src/views/systemSetting/silkStandardSetting/components/silkTableList.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/systemSetting/silkStandardSetting/components/silkTableList.vue b/src/views/systemSetting/silkStandardSetting/components/silkTableList.vue index bc3226f..5881827 100644 --- a/src/views/systemSetting/silkStandardSetting/components/silkTableList.vue +++ b/src/views/systemSetting/silkStandardSetting/components/silkTableList.vue @@ -47,7 +47,6 @@ } " ></el-input> - {{item.prop}} <div class="common-select-btn" @click="clearupColumn(item.prop,i)"> <i class="el-icon-remove" title="鍒犻櫎"></i> </div> -- Gitblit v1.8.0