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
8d0924e8
Commit
8d0924e8
authored
Mar 19, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
016f6ca5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
manager.vue
src/pages/school/manager.vue
+2
-3
dept.vue
src/pages/system/dept.vue
+1
-1
post.vue
src/pages/system/post.vue
+2
-2
role.vue
src/pages/system/role.vue
+1
-1
No files found.
src/pages/school/manager.vue
View file @
8d0924e8
...
...
@@ -3,15 +3,14 @@
<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
@
change
=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.SName"
label=
"校区名称"
@
clear=
"resetSearch"
maxlength=
"20"
/>
<q-input
@
input
=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.SName"
label=
"校区名称"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
standout=
"bg-primary text-white"
v-model=
"StatusTemp"
:options=
"StatusOpts"
option-value=
"value"
option-label=
"label"
label=
"校区状态"
/>
</div>
</div>
</div>
<div
class=
"page-content"
>
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table"
...
...
src/pages/system/dept.vue
View file @
8d0924e8
...
...
@@ -8,7 +8,7 @@
</selectSearch>
</div>
<div
class=
"col"
>
<q-input
@
change
=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.DeptName"
<q-input
@
input
=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.DeptName"
label=
"部门名称"
maxlength=
"20"
/>
</div>
<div
class=
"col"
>
...
...
src/pages/system/post.vue
View file @
8d0924e8
...
...
@@ -3,8 +3,8 @@
<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
@
change
=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.PostName"
label=
"岗位名称"
maxlength=
"20"
/>
<q-input
@
input
=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.PostName"
label=
"岗位名称"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
standout=
"bg-primary text-white"
v-model=
"msg.Status"
:options=
"ShowOpts"
...
...
src/pages/system/role.vue
View file @
8d0924e8
...
...
@@ -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
@
change
=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.RoleName"
<q-input
@
input
=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.RoleName"
label=
"角色名称"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
...
...
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