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
63cc6622
Commit
63cc6622
authored
Sep 08, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zhaodan 社团报名审核;教室借用、仓库仪器借用字段修改
parent
6f109867
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
213 additions
and
8 deletions
+213
-8
ruoyi-ui/src/views/smartSchool/InstrumentDrugAdministration/instrumentBorrowManagement/teacherBorrowing/index.vue
+2
-2
ruoyi-ui/src/views/smartSchool/InstrumentDrugAdministration/instrumentBorrowManagement/warehouseEquipmentLoan/index.vue
+1
-1
ruoyi-ui/src/views/smartSchool/massOrganization/basicInformationManagement/index.vue
+0
-0
ruoyi-ui/src/views/smartSchool/massOrganization/clubActivityRecord/index copy.vue
+0
-0
ruoyi-ui/src/views/smartSchool/massOrganization/clubRegistrationReview/index.vue
+210
-5
ruoyi-ui/src/views/smartSchool/massOrganization/memberManagement/index.vue
+0
-0
No files found.
ruoyi-ui/src/views/smartSchool/InstrumentDrugAdministration/instrumentBorrowManagement/teacherBorrowing/index.vue
View file @
63cc6622
...
...
@@ -9,14 +9,14 @@
label-width=
"68px"
style=
"margin-left: 15px; margin-top: 10px"
>
<el-form-item
label=
"
仪器名称
"
>
<el-form-item
label=
"
申请人
"
>
<el-input
v-model=
"queryForm.name"
placeholder=
"请输入"
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"
仪器分类
"
>
<el-form-item
label=
"
借用学科
"
>
<el-select
v-model=
"queryForm.name"
placeholder=
"请选择"
...
...
ruoyi-ui/src/views/smartSchool/InstrumentDrugAdministration/instrumentBorrowManagement/warehouseEquipmentLoan/index.vue
View file @
63cc6622
...
...
@@ -9,7 +9,7 @@
label-width=
"68px"
style=
"margin-left: 15px; margin-top: 10px"
>
<el-form-item
label=
"
仪器名称
"
>
<el-form-item
label=
"
申请人
"
>
<el-input
v-model=
"queryForm.name"
placeholder=
"请输入"
...
...
ruoyi-ui/src/views/smartSchool/massOrganization/basicInformationManagement/index.vue
View file @
63cc6622
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/massOrganization/clubActivityRecord/index copy.vue
0 → 100644
View file @
63cc6622
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/massOrganization/clubRegistrationReview/index.vue
View file @
63cc6622
<
template
>
<div>
社团报名审核
</div>
<div>
<!-- 搜索条件 -->
<el-form
:model=
"queryForm"
ref=
"queryForm"
size=
"small"
:inline=
"true"
label-width=
"68px"
>
<el-form-item
label=
"标题"
>
<el-input
v-model=
"queryForm.name"
placeholder=
"请输入"
clearable
></el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"mini"
@
click=
"getList"
>
搜索
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
>
</el-form-item>
</el-form>
<!-- 表格 -->
<el-table
border
ref=
"table"
:data=
"tableData"
>
<el-table-column
align=
"center"
type=
"index"
label=
"序号"
width=
"55"
/>
<el-table-column
align=
"center"
prop=
"name"
label=
"姓名"
/>
<el-table-column
align=
"center"
prop=
"name"
label=
"性别"
/>
<el-table-column
align=
"center"
prop=
"name"
label=
"级别"
/>
<el-table-column
align=
"center"
prop=
"name"
label=
"班级"
/>
<el-table-column
align=
"center"
prop=
"name"
label=
"兴趣爱好"
/>
<el-table-column
align=
"center"
prop=
"name"
label=
"联系电话"
/>
<el-table-column
align=
"center"
prop=
"name"
label=
"申请理由"
/>
<el-table-column
align=
"center"
prop=
"name"
label=
"审核状态"
/>
<el-table-column
align=
"center"
fixed=
"right"
label=
"操作"
>
<template
slot-scope=
"scope"
>
<el-button
@
click=
"handleAgree(scope.row)"
type=
"text"
size=
"small"
>
同意
</el-button
>
<el-button
@
click=
"handleDisagree(scope.row)"
type=
"text"
size=
"small"
>
不同意
</el-button
>
<el-button
@
click=
"handleDelete(scope.row)"
type=
"text"
size=
"small"
>
查看
</el-button
>
</
template
>
</el-table-column>
</el-table>
<!-- 弹窗 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"dialogTableVisible"
width=
"66%"
show-close
>
<el-form
:model=
"form"
ref=
"form"
size=
"small"
label-width=
"108px"
>
<el-row>
<el-col
:span=
"10"
>
<el-form-item
label=
"姓名"
>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"10"
>
<el-form-item
label=
"性别"
>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"10"
>
<el-form-item
label=
"级部"
>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"10"
>
<el-form-item
label=
"班级"
>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"10"
>
<el-form-item
label=
"兴趣爱好"
>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"10"
>
<el-form-item
label=
"联系电话"
>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"10"
>
<el-form-item
label=
"申请理由"
>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"10"
>
<el-form-item
label=
"审核状态"
>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
</el-dialog>
<!-- 分页 -->
<pagination
v-show=
"total > 0"
:total=
"total"
:page
.
sync=
"queryForm.pageNum"
:limit
.
sync=
"queryForm.pageSize"
@
pagination=
"getList"
/>
</div>
</template>
<
script
>
export
default
{
name
:
"clubRegistrationReview"
name
:
'clubRegistrationReview'
,
data
()
{
return
{
queryForm
:
{
pageNum
:
1
,
pageSize
:
10
,
name
:
''
},
//表格数据
tableData
:
[
{
name
:
'1'
},
{
name
:
'2222'
},
{
name
:
'33'
,
hasChildren
:
true
},
{
name
:
'444'
}
],
title
:
''
,
// 弹窗
form
:
{},
// 总计
total
:
0
,
single
:
false
,
// 添加 single 属性并设置初始值
multiple
:
false
,
dialogTableVisible
:
false
}
},
methods
:
{
// 搜索
getList
()
{},
// 重置
resetQuery
()
{},
// 查看
handleDelete
()
{
this
.
dialogTableVisible
=
true
this
.
title
=
'社团报名审核'
},
// 同意
handleAgree
()
{},
// 同意
handleDisagree
()
{},
// 多选框选中数据
handleSelectionChange
(
selection
)
{
this
.
ids
=
selection
.
map
((
item
)
=>
item
.
id
)
this
.
single
=
selection
.
length
!==
1
this
.
multiple
=
!
selection
.
length
}
}
}
</
script
>
<
style
scoped
>
</
style
>
<
style
lang=
"scss"
scoped
>
.el-form
{
margin-top
:
15px
;
margin-left
:
10px
;
}
.el-table
{
margin-left
:
10px
;
}
</
style
>
\ No newline at end of file
ruoyi-ui/src/views/smartSchool/massOrganization/memberManagement/index.vue
View file @
63cc6622
This diff is collapsed.
Click to expand it.
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