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
dde6c8fb
Commit
dde6c8fb
authored
Aug 09, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 8.9
parent
3792bd92
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
ruoyi-ui/src/views/smartSchool/classAdviser/courseView/index.vue
+2
-2
ruoyi-ui/src/views/smartSchool/schoolProperty/warehousingLedger/index.vue
+3
-3
No files found.
ruoyi-ui/src/views/smartSchool/classAdviser/courseView/index.vue
View file @
dde6c8fb
...
@@ -130,7 +130,7 @@ export default {
...
@@ -130,7 +130,7 @@ export default {
// console.log('this.grades', this.grades);
// console.log('this.grades', this.grades);
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
this
.
courseSelectionData
=
res
.
rows
;
this
.
courseSelectionData
=
res
.
rows
;
this
.
calculateStats
();
console
.
log
(
'res.rows'
,
res
.
rows
);
console
.
log
(
'res.rows'
,
res
.
rows
);
this
.
total
=
res
.
total
this
.
total
=
res
.
total
this
.
loading
=
false
this
.
loading
=
false
...
@@ -171,7 +171,7 @@ export default {
...
@@ -171,7 +171,7 @@ export default {
const
selectedTask
=
this
.
taskNameList
.
find
(
item
=>
item
.
curriculaId
===
selectedCurriculaId
);
const
selectedTask
=
this
.
taskNameList
.
find
(
item
=>
item
.
curriculaId
===
selectedCurriculaId
);
const
selectedGrade
=
selectedTask
.
grade
;
const
selectedGrade
=
selectedTask
.
grade
;
this
.
getClassList
(
selectedGrade
);
this
.
getClassList
(
selectedGrade
);
this
.
calculateStats
();
},
},
//任务名称和人数数据联动
//任务名称和人数数据联动
calculateStats
()
{
calculateStats
()
{
...
...
ruoyi-ui/src/views/smartSchool/schoolProperty/warehousingLedger/index.vue
View file @
dde6c8fb
...
@@ -50,9 +50,9 @@
...
@@ -50,9 +50,9 @@
</el-table-column>
</el-table-column>
<el-table-column
header-align=
"center"
align=
"center"
prop=
"productionDate"
label=
"投产日期"
>
<el-table-column
header-align=
"center"
align=
"center"
prop=
"productionDate"
label=
"投产日期"
>
</el-table-column>
</el-table-column>
<el-table-column
header-align=
"center"
align=
"center"
prop=
"equipmentPrice"
label=
"价格(元)"
>
<el-table-column
header-align=
"center"
align=
"center"
prop=
"equipmentPrice"
label=
"价格(元)"
width=
"120"
>
</el-table-column>
</el-table-column>
<el-table-column
header-align=
"center"
align=
"center"
prop=
"usefulLife"
label=
"效用年限(年)"
>
<el-table-column
header-align=
"center"
align=
"center"
prop=
"usefulLife"
label=
"效用年限(年)"
width=
"150"
>
</el-table-column>
</el-table-column>
<el-table-column
header-align=
"center"
align=
"center"
prop=
"equipmentPlace"
label=
"地点"
>
<el-table-column
header-align=
"center"
align=
"center"
prop=
"equipmentPlace"
label=
"地点"
>
</el-table-column>
</el-table-column>
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
</el-table-column>
</el-table-column>
<el-table-column
header-align=
"center"
align=
"center"
prop=
"remark"
label=
"备注"
>
<el-table-column
header-align=
"center"
align=
"center"
prop=
"remark"
label=
"备注"
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
min-width=
"2
5
0px"
fixed=
"right"
>
<el-table-column
label=
"操作"
align=
"center"
min-width=
"2
0
0px"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleLook(scope.row)"
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleLook(scope.row)"
v-hasPermi=
"['system:grade:edit']"
>
查看
v-hasPermi=
"['system:grade:edit']"
>
查看
...
...
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