diff --git a/ruoyi-ui/src/api/pay/employeeInfo.js b/ruoyi-ui/src/api/pay/employeeInfo.js
index 7026efd..855912e 100644
--- a/ruoyi-ui/src/api/pay/employeeInfo.js
+++ b/ruoyi-ui/src/api/pay/employeeInfo.js
@@ -46,7 +46,7 @@ export function delEmployeeInfo(id) {
//修改每日应出勤小时数
export function updateHour(data) {
return request({
- url: '/secure/empinfo/edithour',
+ url: '/pay/employeeInfo/edithour',
method: 'put',
params: data
})
diff --git a/ruoyi-ui/src/views/pay/attendance/index.vue b/ruoyi-ui/src/views/pay/attendance/index.vue
index bd4e830..ffe5a39 100644
--- a/ruoyi-ui/src/views/pay/attendance/index.vue
+++ b/ruoyi-ui/src/views/pay/attendance/index.vue
@@ -1,297 +1,328 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
- 导出
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
- {{ parseTime(scope.row.amStartTime, '{y}-{m}-{d}') }}
-
-
-
-
- {{ parseTime(scope.row.amEndTime, '{y}-{m}-{d}') }}
-
-
-
-
- {{ parseTime(scope.row.pmStartTime, '{y}-{m}-{d}') }}
-
-
-
-
- {{ parseTime(scope.row.pmEndTime, '{y}-{m}-{d}') }}
-
-
-
-
- {{ parseTime(scope.row.kaoqinDate, '{y}-{m}-{d}') }}
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
新增
+
+
+ 修改
+
+
删除
-
-
-
+
+
+
+ 导出
+
+
+
-
+
+
+
+
+
+
+ {{ parseTime(scope.row.amStartTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+ {{ parseTime(scope.row.amEndTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+ {{ parseTime(scope.row.pmStartTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+ {{ parseTime(scope.row.pmEndTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+ {{ parseTime(scope.row.kaoqinDate, '{y}-{m}-{d}') }}
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+ 是否更新已经存在的考勤数据
+
+
仅允许导入xls、xlsx格式文件。
+
+ 请选择考勤月份:
+
+
+
+
+ 请选择考勤设备:
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-ui/src/views/pay/employeeInfo/index.vue b/ruoyi-ui/src/views/pay/employeeInfo/index.vue
index f75ac99..accc5c6 100644
--- a/ruoyi-ui/src/views/pay/employeeInfo/index.vue
+++ b/ruoyi-ui/src/views/pay/employeeInfo/index.vue
@@ -117,7 +117,7 @@
icon="el-icon-edit"
size="mini"
@click="handleEdit"
- v-hasPermi="['secure:empinfo:edithour']"
+ v-hasPermi="['pay:employeeInfo:list']"
>修改每日应出勤小时数