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
90e73dfa
Commit
90e73dfa
authored
Dec 07, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 12.7
parent
c37e9ee6
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
4 deletions
+12
-4
ruoyi-ui/src/api/smartSchool/electronicArchives/basicInformation.js
+8
-0
ruoyi-ui/src/views/smartSchool/electronicArchives/professionalDevelopment/comprehensiveHonors/index.vue
+1
-1
ruoyi-ui/src/views/smartSchool/electronicArchives/professionalDevelopment/essaysWritings/index.vue
+1
-1
ruoyi-ui/src/views/smartSchool/electronicArchives/professionalDevelopment/lectureAwards/index.vue
+1
-1
ruoyi-ui/src/views/smartSchool/electronicArchives/professionalDevelopment/teacherAwards/index.vue
+1
-1
No files found.
ruoyi-ui/src/api/smartSchool/electronicArchives/basicInformation.js
View file @
90e73dfa
...
...
@@ -42,3 +42,11 @@ export function delInformation(id) {
method
:
"delete"
,
});
}
//导出接口
export
function
exportInformation
(
data
)
{
return
request
({
url
:
"/teacher/basiclnformation/export"
,
method
:
"post"
,
data
:
data
,
});
}
ruoyi-ui/src/views/smartSchool/electronicArchives/professionalDevelopment/comprehensiveHonors/index.vue
View file @
90e73dfa
...
...
@@ -84,7 +84,7 @@
v
-
hasPermi
=
"['system:honors:edit']"
>
修改
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['system:honors:remove']"
>
删除
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-
delete
"
@
click
=
"handleExamine(scope.row)"
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-
s-check
"
@
click
=
"handleExamine(scope.row)"
v
-
hasPermi
=
"['system:honors:remove']"
>
审核
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
ruoyi-ui/src/views/smartSchool/electronicArchives/professionalDevelopment/essaysWritings/index.vue
View file @
90e73dfa
...
...
@@ -86,7 +86,7 @@
v
-
hasPermi
=
"['system:honors:edit']"
>
修改
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['system:honors:remove']"
>
删除
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-
delete
"
@
click
=
"handleExamine(scope.row)"
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-
s-check
"
@
click
=
"handleExamine(scope.row)"
v
-
hasPermi
=
"['system:honors:remove']"
>
审核
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
ruoyi-ui/src/views/smartSchool/electronicArchives/professionalDevelopment/lectureAwards/index.vue
View file @
90e73dfa
...
...
@@ -85,7 +85,7 @@
v
-
hasPermi
=
"['system:honors:edit']"
>
修改
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['system:honors:remove']"
>
删除
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-
delete
"
@
click
=
"handleExamine(scope.row)"
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-
s-check
"
@
click
=
"handleExamine(scope.row)"
v
-
hasPermi
=
"['system:honors:remove']"
>
审核
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
ruoyi-ui/src/views/smartSchool/electronicArchives/professionalDevelopment/teacherAwards/index.vue
View file @
90e73dfa
...
...
@@ -86,7 +86,7 @@
v
-
hasPermi
=
"['system:honors:edit']"
>
修改
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['system:honors:remove']"
>
删除
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-
delete
"
@
click
=
"handleExamine(scope.row)"
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-
s-check
"
@
click
=
"handleExamine(scope.row)"
v
-
hasPermi
=
"['system:honors:remove']"
>
审核
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
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