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
4e11aeee
Commit
4e11aeee
authored
Jun 17, 2025
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增责任人字段
parent
0a605521
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
ruoyi-ui/src/views/smartSchool/schoolProperty/equipmenTledger/index.vue
+9
-4
No files found.
ruoyi-ui/src/views/smartSchool/schoolProperty/equipmenTledger/index.vue
View file @
4e11aeee
...
@@ -2,19 +2,19 @@
...
@@ -2,19 +2,19 @@
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline
>
<el-row>
<el-row>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
4
"
>
<el-form-item
label=
"设备名称"
>
<el-form-item
label=
"设备名称"
>
<el-input
style=
"width: 100%"
v-model=
"queryParams.equipmentName"
clearable
<el-input
style=
"width: 100%"
v-model=
"queryParams.equipmentName"
clearable
placeholder=
"请输入设备名称"
></el-input>
placeholder=
"请输入设备名称"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
4
"
>
<el-form-item
label=
"分类编码"
>
<el-form-item
label=
"分类编码"
>
<treeselect
v-model=
"queryParams.classificationCode"
:options=
"classificationOptions"
<treeselect
v-model=
"queryParams.classificationCode"
:options=
"classificationOptions"
:normalizer=
"normalizer"
placeholder=
"请选择分类编码"
filterable
/>
:normalizer=
"normalizer"
placeholder=
"请选择分类编码"
filterable
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
4
"
>
<el-form-item
label=
"设备状态"
>
<el-form-item
label=
"设备状态"
>
<el-select
v-model=
"queryParams.equipmentState"
clearable
placeholder=
"请选择设备状态"
>
<el-select
v-model=
"queryParams.equipmentState"
clearable
placeholder=
"请选择设备状态"
>
<el-option
v-for=
"dict in dict.type.equipment_state"
:key=
"dict.value"
:label=
"dict.label"
<el-option
v-for=
"dict in dict.type.equipment_state"
:key=
"dict.value"
:label=
"dict.label"
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
4
"
>
<el-form-item
label=
"归属类型"
>
<el-form-item
label=
"归属类型"
>
<el-select
v-model=
"queryParams.affiliationType"
clearable
placeholder=
"请选择归属类型"
>
<el-select
v-model=
"queryParams.affiliationType"
clearable
placeholder=
"请选择归属类型"
>
<el-option
v-for=
"dict in dict.type.affiliation_type"
:key=
"dict.value"
:label=
"dict.label"
<el-option
v-for=
"dict in dict.type.affiliation_type"
:key=
"dict.value"
:label=
"dict.label"
...
@@ -31,6 +31,11 @@
...
@@ -31,6 +31,11 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"责任人"
>
<el-input
style=
"width: 100%"
v-model=
"queryParams.zrr"
clearable
placeholder=
"请输入责任人"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-button
class=
"ml20"
type=
"primary"
icon=
"el-icon-search"
size=
"mini"
@
click=
"getList"
>
搜索
</el-button>
<el-button
class=
"ml20"
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-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
</el-col>
</el-col>
...
...
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