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
d49c2ab7
Commit
d49c2ab7
authored
Dec 04, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
6dba3035
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
manager-form.vue
src/components/school/manager/manager-form.vue
+3
-3
sysuser.vue
src/pages/school/sysuser.vue
+4
-1
No files found.
src/components/school/manager/manager-form.vue
View file @
d49c2ab7
...
...
@@ -17,10 +17,10 @@
v-model=
"objOption.Post_Id"
ref=
"Post_Id"
:options=
"PostList"
label=
"岗位"
:dense=
"false"
class=
"col-6 q-pr-lg q-pb-lg"
emit-value
map-options
/>
<q-input
filled
stack-label
maxlength=
"20"
:dense=
"false"
v-model=
"objOption.EmployeeName"
ref=
"EmployeeName"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"
管理者名称"
:rules=
"[val => !!val || '请填写管理者
姓名']"
/>
class=
"col-6 q-pr-lg q-pb-lg"
label=
"
员工姓名"
:rules=
"[val => !!val || '请填写员工
姓名']"
/>
<q-input
filled
stack-label
maxlength=
"20"
:dense=
"false"
v-model=
"objOption.IDCard"
ref=
"IDCard"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"身份证号
"
:rules=
"[val => !!val || '身份证号
']"
/>
class=
"col-6 q-pr-lg q-pb-lg"
label=
"身份证号
码"
:rules=
"[val => !!val || '请填写身份证号码
']"
/>
<q-select
filled
stack-label
option-value=
"Id"
option-label=
"Name"
ref=
"ID"
v-model=
"objOption.Sex"
:options=
"SexList"
label=
"性别"
:dense=
"false"
class=
"col-6 q-pr-lg q-pb-lg"
emit-value
map-options
/>
...
...
@@ -29,7 +29,7 @@
ref=
"Education"
:options=
"EducationList"
label=
"学历"
:dense=
"false"
class=
"col-6 q-pr-lg q-pb-lg"
emit-value
map-options
/>
<q-input
type=
"tel"
filled
stack-label
maxlength=
"100"
:dense=
"false"
v-model=
"objOption.EmployeeTel"
ref=
"EmployeeTel"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"联系电话"
:rules=
"[val => !!val || '请填写
管理者
联系电话']"
/>
ref=
"EmployeeTel"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"联系电话"
:rules=
"[val => !!val || '请填写
员工
联系电话']"
/>
<q-input
filled
v-model=
"objOption.EntryTime"
class=
"col-6 q-pr-lg q-pb-lg"
mask=
"date"
label=
"入职时间"
>
<template
v-slot:append
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
...
...
src/pages/school/sysuser.vue
View file @
d49c2ab7
...
...
@@ -115,7 +115,10 @@
<span
v-if=
"props.row.LeaveStatus=='在职'"
style=
"color:#000"
>
{{
props
.
value
}}
</span>
<span
v-if=
"props.row.LeaveStatus=='兼职'"
style=
"color:blue"
>
{{
props
.
value
}}
</span>
<span
v-if=
"props.row.LeaveStatus=='临时工'"
style=
"color:orange"
>
{{
props
.
value
}}
</span>
<span
v-if=
"props.row.LeaveStatus=='离职'"
style=
"color:red"
>
{{
props
.
value
}}
</span>
<span
v-if=
"props.row.LeaveStatus=='离职'"
style=
"color:red"
>
{{
props
.
value
}}
<br/>
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-BirthDate=
"props"
>
...
...
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