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
9c9ac7ff
Commit
9c9ac7ff
authored
Jun 28, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
94f26039
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
dutyItemManagement.vue
src/components/duty/dutyItemManagement.vue
+19
-1
No files found.
src/components/duty/dutyItemManagement.vue
View file @
9c9ac7ff
...
...
@@ -3,7 +3,7 @@
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
clearable
standout=
"bg-primary text-white"
class=
"col-6 q-pr-lg q-pr-lg"
<q-input
@
input=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"qMsg.ItemName"
label=
"事项名称"
maxlength=
"20"
@
clear=
"resetSearch"
/>
</div>
<div
class=
"col-3"
>
...
...
@@ -11,6 +11,10 @@
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"
>
...
...
@@ -129,10 +133,24 @@
rowsPerPage
:
10
,
ItemName
:
""
,
//事项名称
ItemSchools
:
[],
//所属校区
DutyCategory
:
''
},
pageCount
:
0
,
isShowAdd
:
false
,
//是否显示添加事项弹窗
itemObj
:
{},
//事项对象
dutyCategoryList
:
[{
Id
:
1
,
Name
:
"工作清单"
},
{
Id
:
2
,
Name
:
"突发事件"
},
{
Id
:
3
,
Name
:
"交接说明"
},
]
}
},
created
()
{
...
...
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