Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
9b4ba6ea
Commit
9b4ba6ea
authored
Jun 28, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
页面修改
parents
3c6621eb
1ad647ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
dutyItemManagement.vue
src/components/duty/dutyItemManagement.vue
+7
-7
No files found.
src/components/duty/dutyItemManagement.vue
View file @
9b4ba6ea
...
...
@@ -2,20 +2,20 @@
<div
class=
"page-body"
>
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
clearable
stack-label
v-model=
"qMsg.DutyCategory"
:options=
"dutyCategoryList"
color=
"primary"
filled
label=
"分类"
option-label=
"Name"
option-value=
"Id"
ref=
"DutyCategory"
emit-value
map-options
@
clear=
"resetSearch"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"qMsg.ItemName"
label=
"事项名称"
maxlength=
"20"
@
clear=
"resetSearch"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
clearable
multiple
standout=
"bg-primary text-white"
option-value=
"SId
"
option-label=
"SName"
v-model=
"qMsg.ItemSchools"
:options=
"schoolOptions"
emit-value
map-options
label=
"校区"
<q-select
@
input=
"resetSearch"
filled
clearable
multiple
option-value=
"SId"
option-label=
"SName
"
v-model=
"qMsg.ItemSchools"
:options=
"schoolOptions"
emit-value
map-options
label=
"校区"
@
clear=
"resetSearch"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
clearable
stack-label
v-model=
"qMsg.DutyCategory"
:options=
"dutyCategoryList"
color=
"primary"
filled
label=
"分类"
option-label=
"Name"
option-value=
"Id"
ref=
"DutyCategory"
emit-value
map-options
@
clear=
"resetSearch"
/>
</div>
</div>
</div>
<div
class=
"page-content"
>
...
...
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