Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
7fae4b39
Commit
7fae4b39
authored
Aug 24, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 8.24修改打卡记录
parent
835041b2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ruoyi-ui/src/views/smartSchool/gradeWork/clockManage/clockRecord.vue
+1
-1
ruoyi-ui/src/views/smartSchool/officialWork/clockManage/clockRecord.vue
+1
-1
ruoyi-ui/src/views/smartSchool/personWork/clockRecord/index.vue
+1
-1
ruoyi-ui/src/views/smartSchool/schoolManage/clockRecord/index.vue
+1
-1
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/clockManage/clockRecord.vue
View file @
7fae4b39
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
/>
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"orgname"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"orgname"
/>
<el-table-column
label=
"考勤日期"
align=
"center"
prop=
"clockDate"
/>
<el-table-column
label=
"考勤日期"
align=
"center"
prop=
"clockDate"
/>
<el-table-column
label=
"打卡时间"
align=
"center"
prop=
"
times
"
/>
<el-table-column
label=
"打卡时间"
align=
"center"
prop=
"
clockTime
"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<!--
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<!--
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
...
ruoyi-ui/src/views/smartSchool/officialWork/clockManage/clockRecord.vue
View file @
7fae4b39
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
/>
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"orgname"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"orgname"
/>
<el-table-column
label=
"考勤日期"
align=
"center"
prop=
"clockDate"
/>
<el-table-column
label=
"考勤日期"
align=
"center"
prop=
"clockDate"
/>
<el-table-column
label=
"打卡时间"
align=
"center"
min-width=
"250px"
prop=
"
times
"
/>
<el-table-column
label=
"打卡时间"
align=
"center"
min-width=
"250px"
prop=
"
clockTime
"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<!--
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<!--
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
...
ruoyi-ui/src/views/smartSchool/personWork/clockRecord/index.vue
View file @
7fae4b39
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
/>
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"orgname"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"orgname"
/>
<el-table-column
label=
"考勤日期"
align=
"center"
prop=
"clockDate"
/>
<el-table-column
label=
"考勤日期"
align=
"center"
prop=
"clockDate"
/>
<el-table-column
label=
"打卡时间"
align=
"center"
min-width=
"200px"
prop=
"
times
"
/>
<el-table-column
label=
"打卡时间"
align=
"center"
min-width=
"200px"
prop=
"
clockTime
"
/>
<el-table-column
label=
"备注"
align=
"center"
min-width=
"200px"
prop=
"remark"
/>
<el-table-column
label=
"备注"
align=
"center"
min-width=
"200px"
prop=
"remark"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
...
ruoyi-ui/src/views/smartSchool/schoolManage/clockRecord/index.vue
View file @
7fae4b39
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
/>
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"orgname"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"orgname"
/>
<el-table-column
label=
"考勤日期"
align=
"center"
prop=
"clockDate"
/>
<el-table-column
label=
"考勤日期"
align=
"center"
prop=
"clockDate"
/>
<el-table-column
label=
"打卡时间"
min-width=
"200px"
align=
"center"
prop=
"
times
"
/>
<el-table-column
label=
"打卡时间"
min-width=
"200px"
align=
"center"
prop=
"
clockTime
"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment